<%= decidim_form_for(@notes_form, url: proposal_proposal_notes_path(proposal, @notes_form), html: { class: "form new_proposal_note" }) do |f| %>
<%= f.text_area :body, rows: 10, label: t(".note") %>
<%= f.submit t(".submit") %>
<% end %>