We're choosing the default `with_first_argument` style because it's the one we use the most.
14 lines
521 B
Plaintext
14 lines
521 B
Plaintext
<%= render Pages::Help::SectionComponent.new("processes") do %>
|
|
<p>
|
|
<% link = link_to(t("pages.help.processes.link"), legislation_processes_path) %>
|
|
<%= sanitize(t("pages.help.processes.description", link: link)) %>
|
|
</p>
|
|
<ul class="features">
|
|
<li>
|
|
<%= sanitize(t("pages.help.processes.feature",
|
|
link: link_to(t("pages.help.processes.feature_link", org_name: setting["org_name"]),
|
|
new_user_registration_path))) %>
|
|
</li>
|
|
</ul>
|
|
<% end %>
|