mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
a3bbf94643
This fixes the mentioned issues @mlorb mentioned. Closes SCI-637.
3 lines
No EOL
221 B
Text
3 lines
No EOL
221 B
Text
<%= 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") %>
|
|
<% end %> |