<%= t("officing.booth.new.title") %>

<%= form_for Poll::Booth.new, as: :booth, url: officing_booth_path, method: :post do |f| %>
<%= f.select :id, @booths.collect { |booth| [booth.location, booth.id] }, selected: @booths.first, label: false, tabindex: "1" %> <%= f.submit(t("devise_views.sessions.new.submit"), class: "button expanded") %>
<% end %>