scinote-web/app/views/my_modules/_description.html.erb
2023-07-03 12:59:13 +02:00

3 lines
236 B
Plaintext

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