aboutsummaryrefslogtreecommitdiff
path: root/views/pages/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/pages/list.html')
-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 f884a63..b1ec236 100644
--- a/views/pages/list.html
+++ b/views/pages/list.html
@@ -25,7 +25,7 @@
25 </div> 25 </div>
26 </div>{{ end }} 26 </div>{{ end }}
27 <blockquote>{{ $list.Description }}</blockquote><br /> 27 <blockquote>{{ $list.Description }}</blockquote><br />
28 {{ template "like" (map "ContentType" 0 "ContentID" $list.ID) }} 28 {{ template "like" (map "ContentType" 0 "ContentID" $list.ID "User" $user) }}
29 <div class="row"> 29 <div class="row">
30 <div class="col s12 {{ if ($user) and eq $user.ID $list.Owner.ID }}l8{{ end }}"> 30 <div class="col s12 {{ if ($user) and eq $user.ID $list.Owner.ID }}l8{{ end }}">
31 <ul id="gril-list" class="gril-list"> 31 <ul id="gril-list" class="gril-list">