aboutsummaryrefslogtreecommitdiff
path: root/views/gril.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/gril.html')
-rw-r--r--views/gril.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/views/gril.html b/views/gril.html
index d62fc75..d623abf 100644
--- a/views/gril.html
+++ b/views/gril.html
@@ -8,12 +8,8 @@
8 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> 8 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
9 </head> 9 </head>
10 <body> 10 <body>
11 {{ template "navbar" . }}
11 <div class="container"> 12 <div class="container">
12 {{ if .loggedIn }}
13 <div class="row right-align">
14 <a class="waves-effect waves-teal btn-flat large" style="top: 24px; font-size: 18px" href="/logout">Ausloggen</a>
15 </div>
16 {{ end }}
17 <h1>{{ $gril.RomajiName }}<small>{{ $gril.KanjiName }}</small></h1> 13 <h1>{{ $gril.RomajiName }}<small>{{ $gril.KanjiName }}</small></h1>
18 </div> 14 </div>
19 </body> 15 </body>