aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorrtz12 <koenig@fagott.pw>2016-11-13 05:05:46 (UTC)
committerrtz12 <koenig@fagott.pw>2016-11-13 05:05:46 (UTC)
commit0741b7c8b0e24de234b308c644c38cd94daf3b07 (patch)
tree6b2b4e10d6c599c8ed5cd85c6569372201f58148 /views
parentc6df1d768240d14e8129b51d6916931f1c4f35db (diff)
Nun kann man auch geil auf den Usernamen klicken
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 e654d96..3c9d145 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 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 {{ 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!