summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
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.