We're choosing the default `with_first_argument` style because it's the one we use the most.
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
<%= render Pages::Help::SectionComponent.new("proposals") do %>
|
|
<p>
|
|
<%= sanitize(t("pages.help.proposals.description",
|
|
link: link_to(t("pages.help.proposals.link"), proposals_path))) %>
|
|
</p>
|
|
<% end %>
|