Merge pull request #523 from mattermost/it33-patch-6-1

Updating text on "Find Teams" email
Этот коммит содержится в:
Christopher Speller
2015-08-31 09:04:51 -04:00
родитель 3a43966b95 de4a9bdb59
Коммит 461f9f0546

Просмотреть файл

@@ -19,7 +19,7 @@
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
<h2 style="font-weight: normal; margin-top: 10px;">Finding teams</h2>
<p>{{ if .Props }}
The following teams were found:<br>
Your request to find teams associated with your email found the following:<br>
{{range $index, $element := .Props}}
<a href="{{ $element }}" style="text-decoration: none; color:#2389D7;">{{ $index }}</a><br>
{{ end }}