diff options
author | Jan C <jan@ruken.pw> | 2016-03-11 13:21:34 (UTC) |
---|---|---|
committer | Jan C <jan@ruken.pw> | 2016-03-11 13:21:34 (UTC) |
commit | b14e0f03756c85fb5d85079c5737d9e124fbf39d (patch) | |
tree | 27ea224a190ac5dc96ca1455c54b96b9cea8a7f5 /views/includes/card_gril.html | |
parent | e46a94b715fdbf55ea71dc2e2664883e53955605 (diff) |
versuchen, das bild richtig anzuzeigen. wäre sonst doof
Diffstat (limited to 'views/includes/card_gril.html')
-rw-r--r-- | views/includes/card_gril.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/includes/card_gril.html b/views/includes/card_gril.html index 337c9a9..1cd45fa 100644 --- a/views/includes/card_gril.html +++ b/views/includes/card_gril.html | |||
@@ -1,10 +1,10 @@ | |||
1 | {{ define "card_gril" }} | 1 | {{ define "card_gril" }} |
2 | <div class="card white"> | 2 | <div class="card white"> |
3 | <div class="center-align"> | 3 | <div class="center-align" style="padding-top: 8px"> |
4 | <div class="circle gril-img" style="background-image: url(/{{ .ImagePath false }})"> </div> | 4 | <img class="circle responsive-img" src="/{{ .ImagePath false }}" /> |
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>{{ .KanjiName }}</small></span> | 7 | <span class="card-title">{{ .RomajiName }} <small class="grey-text">{{ .KanjiName }}</small></span> |
8 | </div> | 8 | </div> |
9 | <div class="card-action"><a href="/gril/{{ .Slug }}">anguckieren</a></div> | 9 | <div class="card-action"><a href="/gril/{{ .Slug }}">anguckieren</a></div> |
10 | </div> | 10 | </div> |