Merge branch 'polling-views' of github.com:consul/consul into polling-views

This commit is contained in:
Alberto Garcia Cabeza
2016-09-19 17:26:59 +02:00

View File

@@ -27,7 +27,7 @@
<td class="text-right">
<% if officer.persisted? %>
<%= link_to t('admin.poll_officers.officer.delete'),
admin_poll_officer_path(officer),
admin_poll_officer_path(Poll.last, officer),
method: :delete,
class: "button hollow alert"
%>