Skip to content

Commit

Permalink
Fix signout button
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoran Pandovski committed Nov 24, 2017
1 parent 67da2c4 commit 536ed94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/gosh/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{% endblock %} {% block header_account_log_out_link %}
<li>
<a href="{{ h.url_for('/user/_logout') }}" title="{{ _('Log out') }}">
<i class="fa fa-signout" aria-hidden="true"></i>
<i class="fa fa-sign-out" aria-hidden="true"></i>
<span class="text">{{ _('Log out') }}</span>
</a>
</li>
Expand Down

0 comments on commit 536ed94

Please sign in to comment.