diff options
author | jan <jan@ruken.pw> | 2016-11-13 18:08:46 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-11-13 18:08:46 (UTC) |
commit | a7343c6a47276ef48eb6df93fba637c85e8f0f59 (patch) | |
tree | e159783e1d6c0fd18b6f81596ca6eae4eb78133a /views/pages/user.html | |
parent | 3a599bb7fc235e11647ef9f95ca10519ef36b5bc (diff) |
lila3
Diffstat (limited to 'views/pages/user.html')
-rw-r--r-- | views/pages/user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/user.html b/views/pages/user.html index 54442a9..5048502 100644 --- a/views/pages/user.html +++ b/views/pages/user.html | |||
@@ -24,7 +24,7 @@ | |||
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 purple-text text-lighten-2 {{ 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 purple lighten-2 {{ if not .IsEnabled }} new no-caption {{ end }}"> | 27 | <span class="badge {{ if not .IsEnabled }} purple lighten-2 new no-caption {{ end }}"> |
28 | {{ if not .IsEnabled }} | 28 | {{ if not .IsEnabled }} |
29 | Hinzufügen! | 29 | Hinzufügen! |
30 | {{ else }} | 30 | {{ else }} |