22 lines
694 B
Plaintext
22 lines
694 B
Plaintext
<main class="proposal-new">
|
|
<%= back_link_to proposals_path, t("proposals.index.section_header.title") %>
|
|
|
|
<%= header do %>
|
|
<%= link_to help_path(anchor: "proposals"), title: t("shared.target_blank"), target: "_blank" do %>
|
|
<%= t("proposals.new.more_info") %>
|
|
<% end %>
|
|
<% end %>
|
|
|
|
<aside>
|
|
<h2><%= t("proposals.new.recommendations_title") %></h2>
|
|
|
|
<ul class="recommendations">
|
|
<li><%= t("proposals.new.recommendation_one") %></li>
|
|
<li><%= t("proposals.new.recommendation_two") %></li>
|
|
<li><%= t("proposals.new.recommendation_three") %></li>
|
|
</ul>
|
|
</aside>
|
|
|
|
<%= render Proposals::FormComponent.new(proposal, url: proposals_path) %>
|
|
</main>
|