diff options
Diffstat (limited to 'views/pages/list.html')
-rw-r--r-- | views/pages/list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/pages/list.html b/views/pages/list.html index f3c652b..f884a63 100644 --- a/views/pages/list.html +++ b/views/pages/list.html | |||
@@ -4,6 +4,7 @@ | |||
4 | <html> | 4 | <html> |
5 | <head> | 5 | <head> |
6 | {{ template "materialize" }} | 6 | {{ template "materialize" }} |
7 | {{ template "js" "like" }} | ||
7 | <title>grilist</title> | 8 | <title>grilist</title> |
8 | <link rel="stylesheet" href="/assets/css/list.css" /> | 9 | <link rel="stylesheet" href="/assets/css/list.css" /> |
9 | <link rel="stylesheet" href="/assets/css/search.css" /> | 10 | <link rel="stylesheet" href="/assets/css/search.css" /> |
@@ -24,6 +25,7 @@ | |||
24 | </div> | 25 | </div> |
25 | </div>{{ end }} | 26 | </div>{{ end }} |
26 | <blockquote>{{ $list.Description }}</blockquote><br /> | 27 | <blockquote>{{ $list.Description }}</blockquote><br /> |
28 | {{ template "like" (map "ContentType" 0 "ContentID" $list.ID) }} | ||
27 | <div class="row"> | 29 | <div class="row"> |
28 | <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 }}"> |
29 | <ul id="gril-list" class="gril-list"> | 31 | <ul id="gril-list" class="gril-list"> |