<%= t("admin.polls.show.officers_title") %>

<% if @poll.officers.empty? %>
<%= t("admin.polls.show.no_officers") %>
<% else %> <% @poll.officers.each do |officer| %> <% end %>
<%= t("admin.polls.show.name") %> <%= t("admin.polls.show.email") %>
<%= officer.name %> <%= officer.email %>
<% end %>

Clemente padilla Otero

user2@consul.dev

Nuevo turno
Añadir nuevo turno

Turnos asignados

Fecha Urna
13/02/2016 Urna Moncloa <%= link_to "Eliminar turno", "#", class: "button hollow alert" %>
14/02/2016 Urna Moncloa <%= link_to "Eliminar turno", "#", class: "button hollow alert" %>
15/02/2016 Urna Chamartín <%= link_to "Eliminar turno", "#", class: "button hollow alert" %>