mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
3 lines
215 B
Text
3 lines
215 B
Text
|
<%= 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 %>
|