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:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user