<%= bootstrap_form_for @protocol, url: metadata_protocol_path(@protocol, format: :json), remote: :true do |f| %> <%= f.text_area :description, label: t("protocols.header.edit_description_modal.label") %> <% end %>