diff options
author | jan <jan@ruken.pw> | 2016-10-09 21:41:18 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-10-09 21:41:18 (UTC) |
commit | 6351a80fbb636d6d124a77b1676f58efe1273937 (patch) | |
tree | 3259ba829fede8f482e9ee5b7e6294941849b3d5 /views | |
parent | a4d27dd58a882c4269bede2417369e0427905f6f (diff) |
bei karten-grils thumbnails verwenden
Diffstat (limited to 'views')
-rw-r--r-- | views/includes/card_gril.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/includes/card_gril.html b/views/includes/card_gril.html index 7e94d6e..2d57c3c 100644 --- a/views/includes/card_gril.html +++ b/views/includes/card_gril.html | |||
@@ -1,7 +1,7 @@ | |||
1 | {{ define "card_gril" }} | 1 | {{ define "card_gril" }} |
2 | <div class="card white"> | 2 | <div class="card white"> |
3 | <div class="center-align" style="padding-top: 8px"> | 3 | <div class="center-align" style="padding-top: 8px"> |
4 | <img class="circle responsive-img" src="{{ .ImagePath false }}" /> | 4 | <img class="circle responsive-img" src="{{ .ImagePath true }}" /> |
5 | </div> | 5 | </div> |
6 | <div class="card-content black-text"> | 6 | <div class="card-content black-text"> |
7 | <span class="card-title">{{ .RomajiName }} <small class="grey-text">{{ .KanjiName }}</small></span> | 7 | <span class="card-title">{{ .RomajiName }} <small class="grey-text">{{ .KanjiName }}</small></span> |