Skip to content

Commit

Permalink
Remove the link from the main page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Babu committed Jan 13, 2014
1 parent a087e50 commit 2e3c493
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ckan/templates/user/read_base.html
Expand Up @@ -12,7 +12,6 @@
{% block content_action %}
{% if h.check_access('user_update', user) %}
{% link_for _('Manage'), controller='user', action='edit', id=user.name, class_='btn', icon='wrench' %}
{% link_for _('Generate New API Key'), controller='user', action='cycle_apikey', id=user.name, class_='btn', icon='refresh' %}
{% endif %}
{% endblock %}

Expand Down

0 comments on commit 2e3c493

Please sign in to comment.