mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Fix signout icon; the original is only available in FA 5 Pro
This commit is contained in:
parent
d75e019fc8
commit
a504e0a0c1
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
<%= content_tag :span, t('layouts.navigation.options'), class: 'visible-xs-inline' %>
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><%= link_to icon_fw('fas', 'sign-out', t('common.logout')), logout_path %></li>
|
||||
<li><%= link_to icon_fw('fas', 'sign-out-alt', t('common.logout')), logout_path %></li>
|
||||
<li class="divider"></li>
|
||||
<li class="dropdown-header"><%= current_user.display_name %></li>
|
||||
<li><%= link_to icon_fw('fas', 'wrench', t('layouts.navigation.preferences')), preferences_path, accesskey: 'u', title: t('layouts.navigation.preferences_title') %></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue