diff options
author | jan <jan@ruken.pw> | 2016-11-27 20:19:39 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-11-27 20:19:39 (UTC) |
commit | 80e7d249146c661edf80519315d5c26dd70a4d14 (patch) | |
tree | c6c86a2c7186752d32539519cbf737cb30cf87a6 /views/pages | |
parent | f4a485fe8227b98c417f1ecb52251fb2a9638911 (diff) |
flexy flexboxfeature/flexy-flexbox
Diffstat (limited to 'views/pages')
-rw-r--r-- | views/pages/dashboard.html | 2 |
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 }} |