changes order of tag_cloud on proposals sidebar

This commit is contained in:
decabeza
2017-05-31 13:45:38 +02:00
parent 0c64807ec7
commit 6b520d7978

View File

@@ -69,8 +69,8 @@
<aside class="margin-bottom">
<%= link_to t("proposals.index.start_proposal"), new_proposal_path, class: 'button expanded' %>
<% if params[:retired].blank? %>
<%= render "shared/tag_cloud", taggable: 'proposal' %>
<%= render 'categories' %>
<%= render "shared/tag_cloud", taggable: 'proposal' %>
<%= render 'geozones' %>
<%= render 'popular' %>
<% end %>