This suffix does the same thing as calling `.html_safe` on them. So we don't need to use it in texts that don't use HTML.
17 lines
532 B
Plaintext
17 lines
532 B
Plaintext
<div class="row section-content">
|
|
<div class="small-12 column">
|
|
<h3 id="budgets" data-magellan-target="budgets">
|
|
<%= t("pages.help.budgets.title") %>
|
|
</h3>
|
|
<p>
|
|
<%= t("pages.help.budgets.description",
|
|
link: link_to(t("pages.help.budgets.link"), budgets_path)).html_safe %>
|
|
</p>
|
|
|
|
<figure>
|
|
<%= image_tag "help/budgets_#{I18n.locale}.png", alt: t("pages.help.budgets.image_alt") %>
|
|
<figcaption><%= t("pages.help.budgets.figcaption") %></figcaption>
|
|
</figure>
|
|
</div>
|
|
</div>
|