Sha256: 7e64e18d62beddc0dc55eb727a6c3eada3a0a9185f3646621c9828a802a3d936
Contents?: true
Size: 367 Bytes
Versions: 3
Compression:
Stored size: 367 Bytes
Contents
<%= decidim_form_for(notes_form, url: document_suggestion_suggestion_notes_path(document, suggestion, notes_form), html: { class: "form new_suggestion_note" }) do |f| %> <div class="row column"> <%= f.text_area :body, rows: 10, label: t(".note") %> </div> <div class="button--double form-general-submit"> <%= f.submit t(".submit") %> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems