diff options
author | jan <jan@ruken.pw> | 2016-01-17 12:35:04 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-01-17 12:35:04 (UTC) |
commit | 912144bed682b982bb2f01e77444832aa52e2556 (patch) | |
tree | 6619b5d2061240cde0bb3416e39c5496f405c016 /views/instant_search_results.html | |
parent | 4f731893bf5bcb812c43da009773b0079b0aeee3 (diff) |
highlighting in der instantsuche verbessert.
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 914b271..0dd445c 100644 --- a/views/instant_search_results.html +++ b/views/instant_search_results.html | |||
@@ -2,7 +2,7 @@ | |||
2 | {{ range .results }} | 2 | {{ range .results }} |
3 | <li class="collection-item search-result avatar hoverable valign-wrapper" onClick="clickSearchResult({{ .ID }})" > | 3 | <li class="collection-item search-result avatar hoverable valign-wrapper" onClick="clickSearchResult({{ .ID }})" > |
4 | <img src="/{{ .ImagePath }}" alt="" class="circle"> | 4 | <img src="/{{ .ImagePath }}" alt="" class="circle"> |
5 | <span class="title valign">{{ .Name }}</span> | 5 | <span class="title valign">{ {{ .Name }} }</span> |
6 | </li> | 6 | </li> |
7 | {{ end }} | 7 | {{ end }} |
8 | {{ end }} \ No newline at end of file | 8 | {{ end }} \ No newline at end of file |