aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorrtz12 <koenig@fagott.pw>2015-12-22 21:30:55 (UTC)
committerrtz12 <koenig@fagott.pw>2015-12-22 21:30:55 (UTC)
commit213a8d2e3ba4fcaff0b750bd493bf8f94f21dd31 (patch)
tree16e02d775af1052d40f4658bd8865daff9097180 /views
parent9907271d4fddee0bafbba0d534a2c041156034a8 (diff)
parent9e6b06475dc6c878dee0c116fc48b9f8130d3ae1 (diff)
Merge branch 'master' of projekte.fagott.pw:grilist
Diffstat (limited to 'views')
-rw-r--r--views/dashboard.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/dashboard.html b/views/dashboard.html
index 67fb005..a000b57 100644
--- a/views/dashboard.html
+++ b/views/dashboard.html
@@ -7,6 +7,9 @@
7 </head> 7 </head>
8 <body> 8 <body>
9 <div class="container"> 9 <div class="container">
10 <div class="row right-align">
11 <a class="waves-effect waves-teal btn-flat large" style="top: 24px; font-size: 18px" href="/logout">Ausloggen</a>
12 </div>
10 <div class="row"> 13 <div class="row">
11 {{ range $category := .categories }} 14 {{ range $category := .categories }}
12 <h2>{{ $category.Title }}</h2> 15 <h2>{{ $category.Title }}</h2>