Skip to content

Commit

Permalink
[2474] Add "Add Group" button
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 30, 2012
1 parent b0a1775 commit 20302d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/group/index.html
Expand Up @@ -10,7 +10,7 @@

{% block actions %}
<ul class="actions">
<li><a class="btn" href=""><i class="ckan-icon ckan-icon-plus"></i> Add Group</a></li>
<li>{{ h.nav_link(_('Add Group'), controller='group', action='new', class_='btn', icon='plus') }}</li>
</ul>
{% endblock %}

Expand Down

0 comments on commit 20302d6

Please sign in to comment.