diff options
author | jan <jan@ruken.pw> | 2015-12-30 15:10:35 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2015-12-30 15:10:35 (UTC) |
commit | bcab80f3e81b3aea7b1a6e84b39838bd19402975 (patch) | |
tree | 5ba8fb024fde49f203863b57724158ed4171ff99 /views/instant_search_results.html | |
parent | 836099557e2327813668d50d5abb73ac43ad212d (diff) |
nur noch eine datenbankabfrage. results sehen jetzt ziemlich leer aus, muss bestimmt mal neu gestaltet werden.
Diffstat (limited to 'views/instant_search_results.html')
-rw-r--r-- | views/instant_search_results.html | 5 |
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 |