diff options
author | rtz12 <koenig@fagott.pw> | 2016-10-09 19:57:15 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2016-10-09 19:57:15 (UTC) |
commit | 39d2fb85a23c23bce665ff7d1907c88375cd6b6b (patch) | |
tree | 080c33d1f044cd421c801f2fd4f6f494614b953a /views/includes | |
parent | b1efb9d79d999e1cb17c71308d65362043918865 (diff) | |
parent | dd6e273eee44c5e8365f2ad34887e22ced2be691 (diff) |
Merge branch 'master' of projekte.fagott.pw:grilist
Diffstat (limited to 'views/includes')
-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> |