mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 10:51:17 +00:00
[system admin] removed 'log out' icon
This commit is contained in:
@@ -44,16 +44,10 @@
|
||||
</a>
|
||||
<button class="sf2-icon-list-view side-nav-toggle hidden-md-up" title="{% trans "Side Nav Menu" %}" id="js-toggle-side-nav" aria-label="{% trans "Side Nav Menu" %}"></button>
|
||||
|
||||
<div class="fright">
|
||||
{% if show_logout_icon %}
|
||||
<a id="logout-icon" href="{{ SITE_ROOT }}accounts/logout/" class="no-deco fleft" title="{% trans "Log out" %}" aria-label="{% trans "Log out" %}"><span class="sf2-icon-logout"></span></a>
|
||||
{% endif %}
|
||||
|
||||
<div id="account" class="fright">
|
||||
<a id="my-info" href="#" class="no-deco" aria-label="{% trans "View profile and more" %}">
|
||||
{% avatar request.user 36 %} <span class="icon-caret-down vam"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div id="account" class="fright">
|
||||
<a id="my-info" href="#" class="no-deco" aria-label="{% trans "View profile and more" %}">
|
||||
{% avatar request.user 36 %} <span class="icon-caret-down vam"></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user