<%= back_link_to budget_path(@budget) %>

<%= t("budgets.groups.show.title") %>

<% if params[:unfeasible] %>

<%= t("budgets.groups.show.unfeasible_title") %>

<% end %>
<% @group.headings.each_slice(7) do |slice| %>
<% slice.each do |heading| %> <%= link_to heading.name, budget_investments_path(heading_id: heading.id, unfeasible: params[:unfeasible]), data: { no_turbolink: true } %>
<% end %>
<% end %>
<%= image_tag "map.jpg" %>
<% if params[:unfeasible].blank? %>
<%= link_to t("budgets.groups.show.unfeasible"), budget_path(@budget, unfeasible: 1) %>
<% end %>