aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-11-13 18:03:08 (UTC)
committerjan <jan@ruken.pw>2016-11-13 18:03:08 (UTC)
commitbfb762b5b35be117dd134f63106c8961d80c1f19 (patch)
treef03a644093925619270cbcea76752dafca3313f4 /views
parent8912ea5bca857ac509e426286768feb788539628 (diff)
lila
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 66cd62d..7524942 100644
--- a/views/pages/user.html
+++ b/views/pages/user.html
@@ -23,7 +23,7 @@
23 {{ $model := . }} 23 {{ $model := . }}
24 {{ range .DisplayUser.ExternalServices }} 24 {{ range .DisplayUser.ExternalServices }}
25 {{ if (or .IsEnabled $isCurrentUser) }} 25 {{ if (or .IsEnabled $isCurrentUser) }}
26 <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="collection-item {{ if not .IsEnabled }} authorizable {{ end }}"> 26 <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="collection-item purple-text text-lighten-2 {{ if not .IsEnabled }} authorizable {{ end }}">
27 <span class="badge {{ if not .IsEnabled }} new no-caption {{ end }}"> 27 <span class="badge {{ if not .IsEnabled }} new no-caption {{ end }}">
28 {{ if not .IsEnabled }} 28 {{ if not .IsEnabled }}
29 Hinzufügen! 29 Hinzufügen!