Make investment filters less prominent

As mentioned in commit 36d795f69, investment filters aren't that
important; actually, most citizens won't use them at all, and are there
mainly for transparency purposes.

So we're moving them to the bottom of the sidebar, just like the links
for selected/archived/retired proposals in the proposals section.
This commit is contained in:
Javi Martín
2021-11-13 14:41:43 +01:00
parent 6eddf5d395
commit 64892cf3ea

View File

@@ -59,8 +59,6 @@
</div>
<% end %>
<%= render Budgets::Investments::FiltersComponent.new %>
<% if @heading && !@heading.content_blocks.where(locale: I18n.locale).empty? %>
<%= render "budgets/investments/content_blocks" %>
<% end %>
@@ -70,3 +68,4 @@
<% end %>
<%= render "shared/tag_cloud", taggable: "Budget::Investment" %>
<%= render "budgets/investments/categories" %>
<%= render Budgets::Investments::FiltersComponent.new %>