aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-11-13 19:11:39 (UTC)
committerjan <jan@ruken.pw>2016-11-13 19:11:39 (UTC)
commit9832cd28de49421021ed7c1f3caa7fdda7bc4372 (patch)
tree611c8996d72a51c4229827659104145f5b23fa72 /views
parentac66a38c801d240350dd2ca725885ec024f826ea (diff)
image alt
Diffstat (limited to 'views')
-rw-r--r--views/pages/user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/user.html b/views/pages/user.html
index c81b295..b919871 100644
--- a/views/pages/user.html
+++ b/views/pages/user.html
@@ -25,7 +25,7 @@
25 {{ range .DisplayUser.ExternalServices }} 25 {{ range .DisplayUser.ExternalServices }}
26 {{ if (or .IsEnabled $isCurrentUser) }} 26 {{ if (or .IsEnabled $isCurrentUser) }}
27 <a href="{{ if and .IsEnabled .ProfileLink }}{{ .ProfileLink }}{{ else }}#{{ end }}" {{ if not .IsEnabled }} data-auth-type="{{ .AuthType }}" data-auth-url="{{ .AuthorizeURL }}" data-couple-url="{{ .CoupleURL }}" {{ end }} class="service-btn btn blue-grey darken-4 {{ if not .IsEnabled }} authorizable {{ end }}"> 27 <a href="{{ if and .IsEnabled .ProfileLink }}{{ .ProfileLink }}{{ else }}#{{ end }}" {{ if not .IsEnabled }} data-auth-type="{{ .AuthType }}" data-auth-url="{{ .AuthorizeURL }}" data-couple-url="{{ .CoupleURL }}" {{ end }} class="service-btn btn blue-grey darken-4 {{ if not .IsEnabled }} authorizable {{ end }}">
28 <img src="/assets/img/{{ .Name }}.png" class="service-img" /> 28 <img alt="{{ .Name }}" src="/assets/img/{{ .Name }}.png" class="service-img" />
29 {{ if not .IsEnabled }} 29 {{ if not .IsEnabled }}
30 <span class="service-txt black-text blue-grey darken-3 white-text" style="border-radius: 4px; padding: 4px;">Hinzufügen!</span> 30 <span class="service-txt black-text blue-grey darken-3 white-text" style="border-radius: 4px; padding: 4px;">Hinzufügen!</span>
31 {{ else }} 31 {{ else }}