scinote-web/app/views/protocols/header/_edit_description_modal_body.html.erb
2016-07-21 13:11:15 +02:00

3 lines
215 B
Plaintext

<%= 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 %>