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 3c95548..3676241 100644
--- a/views/pages/list.html
+++ b/views/pages/list.html
@@ -35,7 +35,7 @@
35 </div> 35 </div>
36 </div>{{ end }} 36 </div>{{ end }}
37 <blockquote>{{ $list.Description }}</blockquote><br /> 37 <blockquote>{{ $list.Description }}</blockquote><br />
38 {{ template "like" (map "ContentType" 0 "ContentID" $list.ID) }} 38 {{ template "like" (map "ContentType" 0 "ContentID" $list.ID "User" $user) }}
39 <div class="row"> 39 <div class="row">
40 <div class="col s12 {{ if ($user) and eq $user.ID $list.Owner.ID }}l8{{ end }}"> 40 <div class="col s12 {{ if ($user) and eq $user.ID $list.Owner.ID }}l8{{ end }}">
41 <ul id="gril-list" class="gril-list"> 41 <ul id="gril-list" class="gril-list">