AyuntamientoMadrid/participacion

View on GitHub
app/views/pages/help/_budgets.html.erb

Summary

Maintainability
Test Coverage
<%= 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 %>