diff options
author | rtz12 <koenig@fagott.pw> | 2015-12-28 22:21:05 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2015-12-28 22:21:05 (UTC) |
commit | b4c2a5c6d571a44621db07b9930e812868604c6b (patch) | |
tree | 6d2e40636dcc2c149e058cc1aaa89c1edcb6f7a5 /views | |
parent | d0b0fb006174dfd5b98eae1523ef0fa1fa3db3d2 (diff) |
Hippe Schnecken fuer die Gril-URLs
Diffstat (limited to 'views')
-rw-r--r-- | views/list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/list.html b/views/list.html index fb5f7a3..c944e87 100644 --- a/views/list.html +++ b/views/list.html | |||
@@ -13,10 +13,10 @@ | |||
13 | <h1>{{ $list.Name }}<small>von xyz</small></h1><br /> | 13 | <h1>{{ $list.Name }}<small>von xyz</small></h1><br /> |
14 | <ul> | 14 | <ul> |
15 | {{ range $lg := $list.Grils }} | 15 | {{ range $lg := $list.Grils }} |
16 | <li><a href="/gril/{{ $lg.Gril.ID }}">{{ $lg.Gril.RomajiName }}</a></li> | 16 | <li><a href="/gril/{{ $lg.Gril.Slug }}">{{ $lg.Gril.RomajiName }}</a></li> |
17 | {{ end }} | 17 | {{ end }} |
18 | </ul> | 18 | </ul> |
19 | </div> | 19 | </div> |
20 | </body> | 20 | </body> |
21 | </html> | 21 | </html> |
22 | {{ end }} \ No newline at end of file | 22 | {{ end }} |