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 | |
| parent | 3f23966a12a9a020c22ac5eb67468a2999d9da75 (diff) | |
material icons sind jetzt immer präsent. listen werden jetzt nach der 'order' des grils sortiert.
Diffstat (limited to 'views')
| -rw-r--r-- | views/create_list.html | 1 | ||||
| -rw-r--r-- | views/list.html | 4 | ||||
| -rw-r--r-- | views/login.html | 1 | ||||
| -rw-r--r-- | views/materialize.html | 1 | ||||
| -rw-r--r-- | views/register.html | 1 | ||||
| -rw-r--r-- | views/tag.html | 1 |
6 files changed, 3 insertions, 6 deletions
diff --git a/views/create_list.html b/views/create_list.html index 375dddd..ead61dd 100644 --- a/views/create_list.html +++ b/views/create_list.html | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | <head> | 3 | <head> |
| 4 | {{ template "materialize" }} | 4 | {{ template "materialize" }} |
| 5 | <title>grilist</title> | 5 | <title>grilist</title> |
| 6 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> |
| 8 | </head> | 7 | </head> |
| 9 | <body> | 8 | <body> |
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"> |
diff --git a/views/login.html b/views/login.html index 6014d4d..65c4857 100644 --- a/views/login.html +++ b/views/login.html | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | <head> | 3 | <head> |
| 4 | <title>Grilist - Login</title> | 4 | <title>Grilist - Login</title> |
| 5 | {{ template "materialize" }} | 5 | {{ template "materialize" }} |
| 6 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
| 7 | </head> | 6 | </head> |
| 8 | <body> | 7 | <body> |
| 9 | <div class="row"> | 8 | <div class="row"> |
diff --git a/views/materialize.html b/views/materialize.html index 3648dc5..7c40c0d 100644 --- a/views/materialize.html +++ b/views/materialize.html | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | {{define "materialize"}} | 1 | {{define "materialize"}} |
| 2 | <link rel="stylesheet" href="/assets/css/materialize.css"> | 2 | <link rel="stylesheet" href="/assets/css/materialize.css"> |
| 3 | <script src="/assets/js/materialize.min.js"></script> | 3 | <script src="/assets/js/materialize.min.js"></script> |
| 4 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
| 4 | <meta name="viewport" content="width=device_width, initial-scale=1.0" /> | 5 | <meta name="viewport" content="width=device_width, initial-scale=1.0" /> |
| 5 | {{end}} \ No newline at end of file | 6 | {{end}} \ No newline at end of file |
diff --git a/views/register.html b/views/register.html index 3c78f46..b946518 100644 --- a/views/register.html +++ b/views/register.html | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | <head> | 3 | <head> |
| 4 | <title>Grilist - Registration</title> | 4 | <title>Grilist - Registration</title> |
| 5 | {{ template "materialize" }} | 5 | {{ template "materialize" }} |
| 6 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
| 7 | </head> | 6 | </head> |
| 8 | <body> | 7 | <body> |
| 9 | <div class="row"> | 8 | <div class="row"> |
diff --git a/views/tag.html b/views/tag.html index bc21fc3..d0d4180 100644 --- a/views/tag.html +++ b/views/tag.html | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | <head> | 4 | <head> |
| 5 | {{ template "materialize" }} | 5 | {{ template "materialize" }} |
| 6 | <title>grilist</title> | 6 | <title>grilist</title> |
| 7 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> |
| 9 | </head> | 8 | </head> |
| 10 | <body> | 9 | <body> |
