Simplify html tag structure
This commit is contained in:
committed by
Javi Martín
parent
29f5268e42
commit
5abde6da6e
@@ -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>
|
|
||||||
|
|||||||
@@ -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>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user