Commit f069e133 authored by Michal Čihař's avatar Michal Čihař

Add user management link to component tools as well

For single component projects user will tend to look for it here.
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent f67c71c1
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
<li><a href="#repository" data-toggle="tab" data-href="{% url 'git_status_subproject' project=object.project.slug subproject=object.slug %}">{% trans "Repository maintenance" %}</a></li> <li><a href="#repository" data-toggle="tab" data-href="{% url 'git_status_subproject' project=object.project.slug subproject=object.slug %}">{% trans "Repository maintenance" %}</a></li>
{% endif %} {% endif %}
<li><a href="{% url 'show_source' project=object.project.slug subproject=object.slug %}">{% trans "Source strings review" %}</a></li> <li><a href="{% url 'show_source' project=object.project.slug subproject=object.slug %}">{% trans "Source strings review" %}</a></li>
{% if perms.trans.manage_acl and object.project.enable_acl %}
<li><a href="{{ object.project.get_absolute_url }}#acl">{% trans "Manage users" %}</a></li>
{% endif %}
</ul> </ul>
</li> </li>
{% if enable_sharing %} {% if enable_sharing %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment