- <%= s.text_field :title, as: :string, class: 'text_field', placeholder: _('New section title') %>
-
+
<%= _('Section details') %>
+
+ <%= form_for(section, url: admin_update_section_path(section, phase: phase, edit: edit), html: { method: :put, class: 'roadmap-form bordered'}) do |s| %>
+