scinote-web/app/views/my_modules/_description.html.erb
2016-02-12 16:52:43 +01:00

3 lines
192 B
Plaintext

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