Replace search icon with glyph

This commit is contained in:
Dan Rice 2016-02-14 21:16:42 -05:00
parent 14a4da8a71
commit 836d790f9f
3 changed files with 10 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 935 B

View file

@ -9,6 +9,10 @@
height:26px;
border-radius: 2px;
}
.fa {
line-height: inherit;
}
}
.footer {

View file

@ -68,7 +68,12 @@
<li><%= link_to t('layouts.navigation.api_docs'), rest_api_docs_path %></li>
</ul>
</li>
<li><%= navigation_link(image_tag("system-search.png", :size => "16X16", :border => 0), search_path, :title => t('layouts.navigation.search')) %></li>
<li>
<%= link_to search_path, title: t('layouts.navigation.search') do %>
<%= icon('search', class: 'hidden-xs') %>
<%= content_tag :span, t('layouts.navigation.search'), class: 'visible-xs-inline' %>
<% end %>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>