Skip to content

Commit

Permalink
Add a button to the profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelbabu committed Jan 1, 2014
1 parent 0952e46 commit 7f2a9d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/templates/user/read_base.html
Expand Up @@ -12,6 +12,7 @@
{% 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 7f2a9d2

Please sign in to comment.