scinote-web/app/views/protocols/header/_edit_description_modal_body.html.erb

3 lines
221 B
Plaintext
Raw Normal View History

2016-07-21 19:11:15 +08:00
<%= bootstrap_form_for @protocol, url: metadata_protocol_path(@protocol, format: :json), remote: :true do |f| %>
<%= f.smart_text_area :description, label: t("protocols.header.edit_description_modal.label") %>
2016-07-21 19:11:15 +08:00
<% end %>