mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
3 lines
No EOL
236 B
Text
3 lines
No EOL
236 B
Text
<%= form_with model: @my_module, url: my_module_path(@my_module, format: :json), builder: SciFormHelper::SciFormBuilder, remote: :true do |f| %>
|
|
<%= f.smart_text_area :description, label: t("my_modules.description.label") %>
|
|
<% end %> |