diff options
author | jan <jan@ruken.pw> | 2015-12-29 19:05:45 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-29 19:05:45 (UTC) |
commit | 5a87c787713edb20b735b8460f5ab49d0041e236 (patch) | |
tree | 1be2c03f4f830db580b6cd9c785990362da4ea57 /views/gril.html | |
parent | d6d002dda847b9bdeb6f464f7a1fafaab0419a55 (diff) |
thumbnail kann jetzt bei gril.ImagePath bevorzugt werden. das bild des grils sollte jetzt auch nicht mehr gequetscht aussehen.
Diffstat (limited to 'views/gril.html')
-rw-r--r-- | views/gril.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/gril.html b/views/gril.html index 12b2e8d..2dea399 100644 --- a/views/gril.html +++ b/views/gril.html | |||
@@ -12,7 +12,7 @@ | |||
12 | <div class="container"> | 12 | <div class="container"> |
13 | <h1>{{ $gril.RomajiName }}<small>{{ $gril.KanjiName }}</small></h1> | 13 | <h1>{{ $gril.RomajiName }}<small>{{ $gril.KanjiName }}</small></h1> |
14 | <div class="row center-align"> | 14 | <div class="row center-align"> |
15 | <img src="/{{ $gril.ImagePath }}" /> | 15 | <img src="/{{ $gril.ImagePath false }}" /> |
16 | </div> | 16 | </div> |
17 | {{ range $tag := $gril.Tags }} | 17 | {{ range $tag := $gril.Tags }} |
18 | <div class="chip"> | 18 | <div class="chip"> |