Fixes moderation tables

This commit is contained in:
Alberto Garcia Cabeza
2015-09-24 12:55:39 +02:00
parent 7dfdce8c07
commit 058d6f6ffc
2 changed files with 2 additions and 2 deletions

View File

@@ -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") %>

View File

@@ -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") %>