mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 18:29:23 +00:00
Merge pull request #1138 from haiwen/side_nav
[side nav] modified 'Shared'
This commit is contained in:
@@ -611,7 +611,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<li class="tab<% if (cur_tab == 'shared') { %> tab-cur<% } %>">
|
<li class="tab<% if (cur_tab == 'shared') { %> tab-cur<% } %>">
|
||||||
<a href="{{ SITE_ROOT }}#shared-libs/"><span aria-hidden="true" class="sf2-icon-share"></span>{% trans "Shared" %}</a>
|
<a href="{{ SITE_ROOT }}#shared-libs/" class="ellipsis" title="{% trans "Shared" %}"><span aria-hidden="true" class="sf2-icon-share"></span>{% trans "Shared" %}</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
{% if user.permissions.can_view_org %}
|
{% if user.permissions.can_view_org %}
|
||||||
|
Reference in New Issue
Block a user