Skip to content

Commit

Permalink
[#630] Members table now has header and behaves like the other tables…
Browse files Browse the repository at this point in the history
… within admin
  • Loading branch information
johnmartin committed Mar 14, 2013
1 parent f63b00b commit 417999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/organization/members.html
Expand Up @@ -5,7 +5,7 @@
{% block primary_content_inner %}
<div class="module-content">
<h1 class="hide-heading">{{ _('Members') }}</h1>
<table class="table table-bordered">
<table class="table table-header table-hover table-bordered">
<col width="70" />
<col width="40" />
<col width="20" />
Expand Down

0 comments on commit 417999c

Please sign in to comment.