diff options
author | rtz12 <koenig@fagott.pw> | 2016-10-03 12:34:36 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2016-10-03 12:34:36 (UTC) |
commit | c1d895a7db943b758bfbf214c3727569976f85e0 (patch) | |
tree | 09d50f05049095b92456c78b3df7fb074fbd53e3 /views/includes/card_gril.html | |
parent | 5997487fc5cc2126fb5afa12b75b67f3985e11d2 (diff) |
Formatierung gefixt und go fmt
Ein gewisser jemand sollte endlich mal seinen Editor richtig konfigurieren
Diffstat (limited to 'views/includes/card_gril.html')
-rw-r--r-- | views/includes/card_gril.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/views/includes/card_gril.html b/views/includes/card_gril.html index 1cd45fa..4166c9a 100644 --- a/views/includes/card_gril.html +++ b/views/includes/card_gril.html | |||
@@ -1,11 +1,11 @@ | |||
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 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 class="grey-text">{{ .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> |
11 | {{ end }} \ No newline at end of file | 11 | {{ end }} |