% if @officers.blank? %>
| <%= t("admin.poll_shifts.new.table_name") %> | <%= t("admin.poll_shifts.new.table_email") %> | <%= t("admin.poll_shifts.new.table_shift") %> |
|---|---|---|
| <%= user.name %> | <%= user.email %> | <%= link_to t("admin.poll_shifts.new.edit_shifts"), new_admin_booth_shift_path(officer_id: user.poll_officer.id), class: "button hollow" %> |