8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
<%= back_link_to admin_booths_path %>
|
|
|
|
<h2><%= t("admin.booths.edit.title") %></h2>
|
|
|
|
<%= form_for @booth, url: admin_booth_path(@booth) do |f| %>
|
|
<%= render "form", f: f %>
|
|
<% end %>
|