aboutsummaryrefslogtreecommitdiff
path: root/views/includes
diff options
context:
space:
mode:
authorJan C <jan@ruken.pw>2016-03-11 13:16:08 (UTC)
committerJan C <jan@ruken.pw>2016-03-11 13:16:08 (UTC)
commite46a94b715fdbf55ea71dc2e2664883e53955605 (patch)
treec1ccf1d97e68b4ac7d089cf8a56ebfa1e6c0d364 /views/includes
parent848558c3ddcceddc3df6f0ff446a2691c895228d (diff)
ähnliche grils anzeigen, wenn verfügbar (gril view)
Diffstat (limited to 'views/includes')
-rw-r--r--views/includes/card_gril.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/views/includes/card_gril.html b/views/includes/card_gril.html
new file mode 100644
index 0000000..337c9a9
--- /dev/null
+++ b/views/includes/card_gril.html
@@ -0,0 +1,11 @@
1{{ define "card_gril" }}
2<div class="card white">
3 <div class="center-align">
4 <div class="circle gril-img" style="background-image: url(/{{ .ImagePath false }})"> </div>
5 </div>
6 <div class="card-content black-text">
7 <span class="card-title">{{ .RomajiName }} <small>{{ .KanjiName }}</small></span>
8 </div>
9 <div class="card-action"><a href="/gril/{{ .Slug }}">anguckieren</a></div>
10</div>
11{{ end }} \ No newline at end of file