diff --git a/app/views/budgets/index.html.erb b/app/views/budgets/index.html.erb
index dfc656a42..440f929e9 100644
--- a/app/views/budgets/index.html.erb
+++ b/app/views/budgets/index.html.erb
@@ -94,22 +94,28 @@
<%= render_map(nil, "budgets", false, nil, @budgets_coordinates) %>
-
+
<% show_links = show_links_to_budget_investments(current_budget) %>
<% if show_links %>
- <%= link_to budget_url(current_budget) do %>
- <%= t("budgets.index.investment_proyects") %>
- <% end %>
+ -
+ <%= link_to budget_url(current_budget) do %>
+ <%= t("budgets.index.investment_proyects") %>
+ <% end %>
+
<% end %>
- <%= link_to budget_url(current_budget, filter: 'unfeasible') do %>
- <%= t("budgets.index.unfeasible_investment_proyects") %>
- <% end %>
- <% if show_links %>
- <%= link_to budget_url(current_budget, filter: 'unselected') do %>
- <%= t("budgets.index.not_selected_investment_proyects") %>
+ -
+ <%= link_to budget_url(current_budget, filter: "unfeasible") do %>
+ <%= t("budgets.index.unfeasible_investment_proyects") %>
<% end %>
+
+ <% if show_links %>
+ -
+ <%= link_to budget_url(current_budget, filter: "unselected") do %>
+ <%= t("budgets.index.not_selected_investment_proyects") %>
+ <% end %>
+
<% end %>
-
+
<% end %>