Simplify html tag structure

This commit is contained in:
voodoorai2000
2019-03-13 14:00:11 +01:00
committed by Javi Martín
parent 29f5268e42
commit 5abde6da6e
2 changed files with 2 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
<td> <td colspan="2">
<p class="callout alert text-center"> <p class="callout alert text-center">
<strong><%= t("officing.voters.show.error_already_voted") %></strong> <strong><%= t("officing.voters.show.error_already_voted") %></strong>
</p> </p>
</td> </td>
<td>
</td>

View File

@@ -1,7 +1,5 @@
<td> <td colspan="2">
<p class="callout alert text-center"> <p class="callout alert text-center">
<strong><%= t("officing.voters.show.cannot_vote") %></strong> <strong><%= t("officing.voters.show.cannot_vote") %></strong>
</p> </p>
</td> </td>
<td>
</td>