aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-10-09 21:44:39 (UTC)
committerjan <jan@ruken.pw>2016-10-09 21:44:39 (UTC)
commitdd6e273eee44c5e8365f2ad34887e22ced2be691 (patch)
treee01c659775ed6dbc8166b2d154a3317b44bddec2 /views
parent6351a80fbb636d6d124a77b1676f58efe1273937 (diff)
leerzeichen
Diffstat (limited to 'views')
-rw-r--r--views/pages/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/list.html b/views/pages/list.html
index c608b77..7257f12 100644
--- a/views/pages/list.html
+++ b/views/pages/list.html
@@ -13,7 +13,7 @@
13 <body> 13 <body>
14 {{ template "navbar" . }} 14 {{ template "navbar" . }}
15 <div class="container"> 15 <div class="container">
16 <h1>{{ $list.Name }}<small>von <a href="/user/{{ $list.Owner.ID }}/{{ $list.Owner.GetName}}">{{ $list.Owner.GetName }}</a></small></h1> 16 <h1>{{ $list.Name }} <small>von <a href="/user/{{ $list.Owner.ID }}/{{ $list.Owner.GetName}}">{{ $list.Owner.GetName }}</a></small></h1>
17 <blockquote>{{ $list.Description }}</blockquote><br /> 17 <blockquote>{{ $list.Description }}</blockquote><br />
18 <div class="row"> 18 <div class="row">
19 <div class="col s12 {{ if ($user) and eq $user.ID $list.Owner.ID }}l8{{ end }}"> 19 <div class="col s12 {{ if ($user) and eq $user.ID $list.Owner.ID }}l8{{ end }}">