diff options
author | jan <jan@ruken.pw> | 2015-12-30 14:08:03 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-30 14:08:03 (UTC) |
commit | a46963a6f9dff657a180ba0c6871c015871a80f5 (patch) | |
tree | 15adfd0298ff1d2fdfec62ceaabf8a904d811e74 /views/instant_search_results.html | |
parent | 36d7f9a0551a98eda1ff2a871254ff19128e7f63 (diff) |
instant. fucking. suche.
Diffstat (limited to 'views/instant_search_results.html')
-rw-r--r-- | views/instant_search_results.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/views/instant_search_results.html b/views/instant_search_results.html new file mode 100644 index 0000000..e05c17a --- /dev/null +++ b/views/instant_search_results.html | |||
@@ -0,0 +1,9 @@ | |||
1 | {{ define "instant_search_results" }} | ||
2 | {{ range .results }} | ||
3 | <li class="collection-item avatar hoverable"> | ||
4 | <img src="{{ .ImagePath true }}" alt="" class="circle"> | ||
5 | <span class="title">{{ .RomajiName }}</span> | ||
6 | <p>{{ .KanjiName }}</p> | ||
7 | </li> | ||
8 | {{ end }} | ||
9 | {{ end }} \ No newline at end of file | ||