fixes html table on officing polls final
This commit is contained in:
committed by
Juanjo Bazán
parent
8a42a7fc80
commit
60adc22830
@@ -3,9 +3,7 @@
|
||||
<% if @polls.any? %>
|
||||
<table>
|
||||
<thead>
|
||||
<th><%= t("officing.polls.final.select_poll") %></th>
|
||||
<th> </th>
|
||||
<th> </th>
|
||||
<th colspan="2"><%= t("officing.polls.final.select_poll") %></th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<% @polls.each do |poll| %>
|
||||
@@ -19,8 +17,6 @@
|
||||
<%= link_to t("officing.polls.final.add_recount"),
|
||||
new_officing_poll_final_recount_path(poll),
|
||||
class: "button hollow" %>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<%= link_to t("officing.polls.final.add_results"),
|
||||
new_officing_poll_result_path(poll),
|
||||
class: "button hollow" %>
|
||||
|
||||
Reference in New Issue
Block a user