aboutsummaryrefslogtreecommitdiff
path: root/views/pages/dashboard.html
diff options
context:
space:
mode:
authorrtz12 <koenig@fagott.pw>2017-04-12 17:08:18 (UTC)
committerrtz12 <koenig@fagott.pw>2017-04-12 17:08:18 (UTC)
commit1ca3718b9f0aa43ef06677c899184526b7359120 (patch)
tree7ff841ed428ae0407f77d4a9b49dd344b9b006a6 /views/pages/dashboard.html
parent1d8f9871455ac4e7a124b82a24a31ed18ed961aa (diff)
parent6243b499153e43a2226a6c490afbe230e04b4677 (diff)
Merge branch 'master' of projekte.fagott.pw:grilist
Diffstat (limited to 'views/pages/dashboard.html')
-rw-r--r--views/pages/dashboard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/dashboard.html b/views/pages/dashboard.html
index 589b0fd..2eacaba 100644
--- a/views/pages/dashboard.html
+++ b/views/pages/dashboard.html
@@ -11,7 +11,7 @@
11 <div class="row"> 11 <div class="row">
12 {{ range $category := .categories }} 12 {{ range $category := .categories }}
13 <h2>{{ $category.Title }}</h2> 13 <h2>{{ $category.Title }}</h2>
14 <div class="row"> 14 <div class="flex">
15 {{ range $category.Cards }} 15 {{ range $category.Cards }}
16 {{ template "card" . }} 16 {{ template "card" . }}
17 {{ end }} 17 {{ end }}