diff options
author | jan <jan@ruken.pw> | 2015-12-30 14:08:56 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-30 14:08:56 (UTC) |
commit | cbdd91454ac9ac7a44766f67d374fde1ee27ec9e (patch) | |
tree | 55ff55ee52908e3de2bd3b8d6919d3344201a498 /views/instant_search_results.html | |
parent | a46963a6f9dff657a180ba0c6871c015871a80f5 (diff) |
JETZT SOGAR MIT FUNKTIONIERENDEN BILDERNssh root@ruken.pwssh root@ruken.pwssh root@ruken.pw11
Diffstat (limited to 'views/instant_search_results.html')
-rw-r--r-- | views/instant_search_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/instant_search_results.html b/views/instant_search_results.html index e05c17a..a365b06 100644 --- a/views/instant_search_results.html +++ b/views/instant_search_results.html | |||
@@ -1,7 +1,7 @@ | |||
1 | {{ define "instant_search_results" }} | 1 | {{ define "instant_search_results" }} |
2 | {{ range .results }} | 2 | {{ range .results }} |
3 | <li class="collection-item avatar hoverable"> | 3 | <li class="collection-item avatar hoverable"> |
4 | <img src="{{ .ImagePath true }}" alt="" class="circle"> | 4 | <img src="/{{ .ImagePath true }}" alt="" class="circle"> |
5 | <span class="title">{{ .RomajiName }}</span> | 5 | <span class="title">{{ .RomajiName }}</span> |
6 | <p>{{ .KanjiName }}</p> | 6 | <p>{{ .KanjiName }}</p> |
7 | </li> | 7 | </li> |