Sha256: 53cd562ac9a8b4552abcfe5b891a7b390935ac963e175d6132d5404def7a5eec
Contents?: true
Size: 392 Bytes
Versions: 13
Compression:
Stored size: 392 Bytes
Contents
<%= decidim_form_for(@notes_form, url: proposal_proposal_notes_path(proposal, @notes_form), html: { class: "form form-defaults new_proposal_note" }) do |f| %> <div class="form__wrapper"> <%= f.text_area :body, rows: 4, label: t(".note"), class: "rounded border border-text-gray-2 mt-2" %> </div> <%= f.submit t(".submit"), class: "button button__sm button__secondary" %> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems