mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
3 lines
192 B
Text
3 lines
192 B
Text
|
<%= bootstrap_form_for @my_module, url: my_module_path(@my_module, format: :json), remote: :true do |f| %>
|
||
|
<%= f.text_area :description, label: t("my_modules.description.label") %>
|
||
|
<% end %>
|