adds link to add results for officers
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
<thead>
|
||||
<th><%= t("officing.polls.final.select_poll") %></th>
|
||||
<th> </th>
|
||||
<th> </th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<% @polls.each do |poll| %>
|
||||
<tr id="<%= dom_id(poll) %>" class="poll">
|
||||
<td>
|
||||
<strong>
|
||||
<%= link_to poll.name, new_officing_poll_final_recount_path(poll) %>
|
||||
<%= poll.name %>
|
||||
</strong>
|
||||
</td>
|
||||
<td class="text-right">
|
||||
@@ -19,6 +20,11 @@
|
||||
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" %>
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user