From b868b32d348e6350225560b71c8712c2e932b063 Mon Sep 17 00:00:00 2001 From: jan Date: Sun, 17 Jan 2016 16:07:13 +0100 Subject: =?UTF-8?q?abschneiden=20vom=20kanji-namen,=20wenn=20er=20zu=20lan?= =?UTF-8?q?g=20wird=20(weil=20aarons=20aufl=C3=B6sung=20beschissen=20ist).?= =?UTF-8?q?=20bug=20fixiert,=20bei=20dem=20man=20grils=20zu=20einer=20list?= =?UTF-8?q?e=20hinzuf=C3=BCgen=20konnte=20(zumindest=20sah=20man=20das=20v?= =?UTF-8?q?iew=20davon),=20obwohl=20man=20sie=20nicht=20besitzt)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit diff --git a/views/list.html b/views/list.html index 45730b8..c85e147 100644 --- a/views/list.html +++ b/views/list.html @@ -28,23 +28,25 @@ {{ end }} - {{ if ($user) and eq $user.ID $list.Owner.ID }} -
-
- Gril hinzufügen
-
-
- - - close -
-
+ {{ if $user}} + {{ if eq $user.ID $list.Owner.ID }} +
+
+ Gril hinzufügen
+
+
+ + + close +
+
+
+
+
    +
+
-
-
    -
-
-
+ {{ end }} {{ end }}
diff --git a/views/list_gril.html b/views/list_gril.html index 13d4159..f719dae 100644 --- a/views/list_gril.html +++ b/views/list_gril.html @@ -7,7 +7,7 @@
{{ .Value.Gril.Gril.RomajiName }}
- {{ .Value.Gril.Gril.KanjiName }} + {{ .Value.Gril.Gril.KanjiName }}
{{ if .Value.IsListOwner }} -- cgit v0.10.1