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