8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
<%= render 'shared/back_link' %>
|
|
|
|
<h2><%= t("admin.booths.edit.title", poll: @poll.name) %>: <%= t("admin.booths.edit.subtitle") %></h2>
|
|
|
|
<%= form_for @booth, url: admin_poll_booth_path(@poll, @booth) do |f| %>
|
|
<%= render "form", f: f %>
|
|
<% end %>
|