aboutsummaryrefslogtreecommitdiff
path: root/views/instant_search_results.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/instant_search_results.html')
-rw-r--r--views/instant_search_results.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/views/instant_search_results.html b/views/instant_search_results.html
index a365b06..73eda26 100644
--- a/views/instant_search_results.html
+++ b/views/instant_search_results.html
@@ -1,9 +1,8 @@
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 }}" alt="" class="circle">
5 <span class="title">{{ .RomajiName }}</span> 5 <span class="title">{{ .Name }}</span>
6 <p>{{ .KanjiName }}</p>
7</li> 6</li>
8{{ end }} 7{{ end }}
9{{ end }} \ No newline at end of file 8{{ end }} \ No newline at end of file