<% if params[:unfeasible].present? %> <%= link_to t("budgets.investments.index.sidebar.feasible"), budget_investments_path(@budget, heading_id: @heading, unfeasible: nil) %> <% else %> <%= link_to t("budgets.investments.index.sidebar.unfeasible"), budget_investments_path(@budget, heading_id: @heading, unfeasible: 1) %> <% end %>