diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-15 12:05:49 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-15 12:05:49 +0100 |
| commit | 58ac0c6435b3b2a53a72db2a3ff3fb12e081b3f3 (patch) | |
| tree | f3cbc672b80bf1d04ffdff4f101c6559f6aa2fc5 /chimere/templates/search/search_haystack.html | |
| parent | c6a55de9267ea57e245c0f9a8485493178a27e6c (diff) | |
| download | Chimère-58ac0c6435b3b2a53a72db2a3ff3fb12e081b3f3.tar.bz2 Chimère-58ac0c6435b3b2a53a72db2a3ff3fb12e081b3f3.zip | |
UI: refactoring
Diffstat (limited to 'chimere/templates/search/search_haystack.html')
| -rw-r--r-- | chimere/templates/search/search_haystack.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/search/search_haystack.html b/chimere/templates/search/search_haystack.html index 05ca407..9cf6b62 100644 --- a/chimere/templates/search/search_haystack.html +++ b/chimere/templates/search/search_haystack.html @@ -30,7 +30,7 @@ var end_do_you_mean = "{% trans '?' %}"; {% else %} <form id='search-form' class='autocomplete-me'> <input type="text" id="id_q" name="q" autocomplete="off"/> - <button name='haystack-search' id='haystack-search' type='button' class="btn btn-default"><span class='action-label'>{% trans "Search" %} </span><span class="glyphicon glyphicon-search"></span></button> + <button name='haystack-search' id='haystack-search' type='button' class="btn btn-default"><span class='action-label'>{% trans "Search" %} </span><i class="fa fa-search" aria-hidden="true"></i></button> </form> <div id='spelling'></div> <div id='search-result'></div> |
