mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Fixed a few more uses of the library icon helper
This commit is contained in:
parent
ea6c11c3a4
commit
7bad259d2c
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<%= text_field_tag(:search, params[:search], class: 'form-control') %>
|
||||
<div class="input-group-btn">
|
||||
<%= button_tag(type: 'submit', class: 'btn pull-right') do%>
|
||||
<%= icon('search', class: 'hidden-xs') %>
|
||||
<%= icon('fas', 'search', class: 'hidden-xs') %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
</li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||
<%= icon('cog', class: 'hidden-xs') %>
|
||||
<%= icon('fas', 'cog', class: 'hidden-xs') %>
|
||||
<%= content_tag :span, t('layouts.navigation.options'), class: 'visible-xs-inline' %>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue