Updating text on "Find Teams" email

Making it clear that user requested email.
Этот коммит содержится в:
it33
2015-08-30 12:37:56 -07:00
родитель bdf53884f5
Коммит de4a9bdb59

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

@@ -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 }}