summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-08-26 15:02:34 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-08-26 15:02:34 -0700
commit841aef34f507cb75a10dd76c569326dae8483ea7 (patch)
tree2a5f0e147c1d9f743337daff8449b371d856a605 /api/templates
parent378f0b52c10d3b9dc670da34a0043b7e05f3e93c (diff)
downloadchat-841aef34f507cb75a10dd76c569326dae8483ea7.tar.gz
chat-841aef34f507cb75a10dd76c569326dae8483ea7.tar.bz2
chat-841aef34f507cb75a10dd76c569326dae8483ea7.zip
Added links to the teams listed in the 'Find your teams' email
Diffstat (limited to 'api/templates')
-rw-r--r--api/templates/find_teams_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/find_teams_body.html b/api/templates/find_teams_body.html
index bd151a819..64bff8126 100644
--- a/api/templates/find_teams_body.html
+++ b/api/templates/find_teams_body.html
@@ -21,7 +21,7 @@
<p>{{ if .Props }}
The following teams were found:<br>
{{range $index, $element := .Props}}
- {{ $index }}<br>
+ <a href="{{ $element }}" style="text-decoration: none; color:#2389D7;">{{ $index }}</a><br>
{{ end }}
{{ else }}
We could not find any teams for the given email.