diff options
author | jan <jan@ruken.pw> | 2016-01-17 12:58:00 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-01-17 12:58:00 (UTC) |
commit | 93106509af23d63cd25df041777db11945c3ce91 (patch) | |
tree | 934aaa787f92d46f4a5b5028fee9599d4b59de34 /views/list.html | |
parent | b9744cdae8a3a1d536835891e34846e33fb11b50 (diff) |
in listen kann man jetzt auf den ersteller drücken. das user view zeigt jetzt den display namen an, wenn einer gesetzt wird
Diffstat (limited to 'views/list.html')
-rw-r--r-- | views/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/list.html b/views/list.html index 81e8825..45730b8 100644 --- a/views/list.html +++ b/views/list.html | |||
@@ -14,7 +14,7 @@ | |||
14 | <body> | 14 | <body> |
15 | {{ template "navbar" . }} | 15 | {{ template "navbar" . }} |
16 | <div class="container"> | 16 | <div class="container"> |
17 | <h1>{{ $list.Name }}<small>von {{ $list.Owner.GetName }}</small></h1> | 17 | <h1>{{ $list.Name }}<small>von <a href="/user/{{ $list.Owner.ID }}/{{ $list.Owner.GetName}}">{{ $list.Owner.GetName }}</a></small></h1> |
18 | <blockquote>{{ $list.Description }}</blockquote><br /> | 18 | <blockquote>{{ $list.Description }}</blockquote><br /> |
19 | <div class="row"> | 19 | <div class="row"> |
20 | <div class="col s12 {{ if ($user) and eq $user.ID $list.Owner.ID }}l8{{ end }}"> | 20 | <div class="col s12 {{ if ($user) and eq $user.ID $list.Owner.ID }}l8{{ end }}"> |