Remove daily officer recounts from admin poll recounts list

This commit is contained in:
Bertocq
2017-07-19 12:59:39 +02:00
parent c40294e931
commit d98425f45b
5 changed files with 3 additions and 28 deletions

View File

@@ -12,7 +12,6 @@
<table class="fixed margin">
<thead>
<th><%= t("admin.recounts.index.table_booth_name") %></th>
<th class="text-center"><%= t("admin.recounts.index.table_recounts") %></th>
<th class="text-center"><%= t("admin.recounts.index.table_final_recount") %></th>
<th class="text-center"><%= t("admin.recounts.index.table_system_count") %></th>
</thead>
@@ -27,13 +26,6 @@
<%= link_to booth_assignment.booth.name, admin_poll_booth_assignment_path(@poll, booth_assignment, anchor: 'tab-recounts') %>
</strong>
</td>
<td class="text-center <%= 'count-error' if recount.to_i != system_count %>">
<% if recount.present? %>
<%= recount %>
<% else %>
<span>-</span>
<% end %>
</td>
<td class="text-center <%= 'count-error' if final_recount.to_i != system_count %>">
<% if final_recount.present? %>
<strong><%= final_recount %></strong>
@@ -55,4 +47,4 @@
<%= paginate @booth_assignments %>
<% end %>
</div>
</div>