scinote-web/app/views/protocols/header/_edit_description_modal_body.html.erb
Luka Murn a3bbf94643 Add a smart_text_area tag & implement it throughout application
This fixes the mentioned issues @mlorb mentioned.
Closes SCI-637.
2016-11-16 17:57:01 +01:00

3 lines
221 B
Plaintext

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