aboutsummaryrefslogtreecommitdiff
path: root/views/includes/card_gril.html
diff options
context:
space:
mode:
authorrtz12 <koenig@fagott.pw>2016-10-09 19:34:48 (UTC)
committerrtz12 <koenig@fagott.pw>2016-10-09 19:34:48 (UTC)
commit8ef693e3e601963bb52bb257986cfb56d7aab664 (patch)
tree9e48d3ba8661e5a38da9edefe15c83fe9bafcc37 /views/includes/card_gril.html
parent4b0003241c69fd2a209a7e967254c0346847baff (diff)
Slash vor dem ImagePath entfernen
Diffstat (limited to 'views/includes/card_gril.html')
-rw-r--r--views/includes/card_gril.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/includes/card_gril.html b/views/includes/card_gril.html
index 4166c9a..7e94d6e 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 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>