diff options
| author | jan <jan@ruken.pw> | 2015-12-31 10:24:43 (UTC) |
|---|---|---|
| committer | jan <jan@ruken.pw> | 2015-12-31 10:24:43 (UTC) |
| commit | 928ab739e2b4b40077610a7913adb0cf086f2ee1 (patch) | |
| tree | 4d68aa73396767f05d3fdbdb57c0e777e4a0cb30 /views/list.html | |
| parent | 3f23966a12a9a020c22ac5eb67468a2999d9da75 (diff) | |
material icons sind jetzt immer präsent. listen werden jetzt nach der 'order' des grils sortiert.
Diffstat (limited to 'views/list.html')
| -rw-r--r-- | views/list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/list.html b/views/list.html index daa56cd..fa58f91 100644 --- a/views/list.html +++ b/views/list.html | |||
| @@ -7,7 +7,6 @@ | |||
| 7 | <title>grilist</title> | 7 | <title>grilist</title> |
| 8 | <link rel="stylesheet" href="/assets/css/list.css" /> | 8 | <link rel="stylesheet" href="/assets/css/list.css" /> |
| 9 | <link rel="stylesheet" href="/assets/css/search.css" /> | 9 | <link rel="stylesheet" href="/assets/css/search.css" /> |
| 10 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
| 11 | <script src="/assets/js/search.js"></script> | 10 | <script src="/assets/js/search.js"></script> |
| 12 | <script src="/assets/js/list.js"></script> | 11 | <script src="/assets/js/list.js"></script> |
| 13 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | 12 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> |
| @@ -15,7 +14,8 @@ | |||
| 15 | <body> | 14 | <body> |
| 16 | {{ template "navbar" . }} | 15 | {{ template "navbar" . }} |
| 17 | <div class="container"> | 16 | <div class="container"> |
| 18 | <h1>{{ $list.Name }}<small>von {{ $list.Owner.GetName }}</small></h1><br /> | 17 | <h1>{{ $list.Name }}<small>von {{ $list.Owner.GetName }}</small></h1> |
| 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 }}"> |
| 21 | <ul class="gril-list"> | 21 | <ul class="gril-list"> |
