Skip to content

Commit

Permalink
[#630] Moves 'Add member' button into the correct position
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Mar 14, 2013
1 parent 417999c commit f35bbde
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ckan/templates/organization/members.html
Expand Up @@ -4,7 +4,8 @@

{% block primary_content_inner %}
<div class="module-content">
<h1 class="hide-heading">{{ _('Members') }}</h1>
{% link_for _('Add member'), controller='organization', action='member_new', id=c.group_dict.id, class_='btn pull-right', icon='plus-sign-alt' %}
<h3 class="page-heading">{{ _('{0} members'.format(c.members|length)) }}</h3>
<table class="table table-header table-hover table-bordered">
<col width="70" />
<col width="40" />
Expand Down Expand Up @@ -36,8 +37,5 @@ <h1 class="hide-heading">{{ _('Members') }}</h1>
{% endfor %}
</tbody>
</table>
<div class="form-actions">
{% link_for _('Add member'), controller='organization', action='member_new', id=c.group_dict.id, class_='btn btn-primary' %}
</div>
</div>
{% endblock %}

0 comments on commit f35bbde

Please sign in to comment.