<%= bootstrap_form_for(@step, url: step_path(id: @step.id, format: :json), remote: true, authenticity_token: true, multipart: true, data: { role: "edit-step-form", type: :json }) do |f| %>

<%= t("protocols.steps.edit.edit_step_title") %>


<%= render partial: "empty_step.html.erb", locals: {step: @step, f: f} %>
<%= f.submit t("protocols.steps.edit.edit_step"), class: 'btn btn-primary step-save', onclick: "processStep(event, true);" %> <%= t("general.cancel")%> <% end %>