diff options
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 }}"> |