<%= back_link_to %>

<%= t("proposal_notifications.new.title") %>

<%= sanitize(t("proposal_notifications.new.info_about_receivers", count: @proposal.users_to_notify.count, proposal_page: link_to(t("proposal_notifications.new.proposal_page"), proposal_path(@proposal, anchor: "comments")))) %>

<%= form_for @notification do |f| %> <%= render "shared/errors", resource: @notification %> <%= f.text_field :title %> <%= f.text_area :body, rows: "3" %> <%= f.hidden_field :proposal_id, value: @proposal.id %>
<%= f.submit t("proposal_notifications.new.submit_button"), class: "button expanded" %>
<% end %>