diff options
author | jan <jan@ruken.pw> | 2015-12-22 18:05:05 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-22 18:05:05 (UTC) |
commit | 9e6b06475dc6c878dee0c116fc48b9f8130d3ae1 (patch) | |
tree | 1d630f976918c961cc2dcccc86a42bfef8a95bad /views/dashboard.html | |
parent | f239fc2678f2f4e458cf10a4ab30d54acc5b92c2 (diff) |
Jetzt auch wieder mit Logout
Diffstat (limited to 'views/dashboard.html')
-rw-r--r-- | views/dashboard.html | 3 |
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> |