20 lines
625 B
Plaintext
20 lines
625 B
Plaintext
<main class="proposal-new">
|
|
<%= back_link_to proposals_path, t("proposals.index.section_header.title") %>
|
|
|
|
<%= header do %>
|
|
<%= new_window_link_to t("proposals.new.more_info"), help_path(anchor: "proposals") %>
|
|
<% 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>
|