scinote-web/app/views/my_modules/_description.html.erb

3 lines
198 B
Plaintext
Raw Normal View History

2016-02-12 23:52:43 +08:00
<%= bootstrap_form_for @my_module, url: my_module_path(@my_module, format: :json), remote: :true do |f| %>
<%= f.smart_text_area :description, label: t("my_modules.description.label") %>
2016-02-12 23:52:43 +08:00
<% end %>