diff options
Diffstat (limited to 'views/pages')
-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 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 }} |