Skip to content

Commit

Permalink
Fixes moderation tables
Browse files Browse the repository at this point in the history
  • Loading branch information
decabeza committed Sep 24, 2015
1 parent 7dfdce8 commit 058d6f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/moderation/debates/index.html.erb
Expand Up @@ -20,7 +20,7 @@
<%= link_to t('shared.check_none'), '#', data: {check_none: "debate_ids[]"} %>
</p>

<table>
<table class="clear">
<tr>
<th>
<%= t("moderation.debates.index.headers.debate") %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/moderation/proposals/index.html.erb
Expand Up @@ -20,7 +20,7 @@
<%= link_to t('shared.check_none'), '#', data: {check_none: "proposal_ids[]"} %>
</p>

<table>
<table class="clear">
<tr>
<th>
<%= t("moderation.proposals.index.headers.proposal") %>
Expand Down

0 comments on commit 058d6f6

Please sign in to comment.