Skip to content

Commit

Permalink
[#328] Simply removes the 'Administrators' tab from the group pages
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Feb 1, 2013
1 parent 4313177 commit 07e4ec8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckan/templates/group/read_base.html
Expand Up @@ -29,9 +29,6 @@
<li{% if c.action == 'followers' %} class="active"{% endif %}>
{% link_for _('Followers'), controller='group', action='followers', id=c.group_dict.name, icon='group' %}
</li>
<li{% if c.action == 'admins' %} class="active"{% endif %}>
{% link_for _('Administrators'), controller='group', action='admins', id=c.group_dict.name, icon='cog' %}
</li>
<li{% if c.action == 'about' %} class="active"{% endif %}>
{% link_for _('About'), controller='group', action='about', id=c.group_dict.name, icon='info-sign' %}
</li>
Expand Down

0 comments on commit 07e4ec8

Please sign in to comment.