AyuntamientoMadrid/participacion

View on GitHub
app/views/management/budgets/print_investments.html.erb

Summary

Maintainability
Test Coverage
<h2><%= t("management.budgets.print_investments") %></h2>

<% if @budgets.any? %>
  <%= render Management::Budgets::PrintInvestments::TableComponent.new(@budgets) %>
<% else %>
  <div class="callout primary">
    <%= t("management.budgets.no_budgets") %>
  </div>
<% end %>