<% add_decidim_meta_tags(title: t("votings.index.title", scope: "decidim.votings")) %> <% edit_link( decidim_admin_votings.votings_path, :read, :voting ) %> <%= participatory_space_wrapper do %> <% if promoted_votings.any? %>

<%= t("votings.index.promoted_votings", scope: "layouts.decidim") %>

<%= render partial: "promoted_voting", collection: promoted_votings, as: :promoted_voting %>
<% end %>

<%= render partial: "count", locals: { count: published_votings.count } %>

<%= render partial: "filters_small_view" %>
<%= render partial: "filters" %>
<%= render partial: "votings" %>
<% end %> <%= javascript_include_tag "decidim/filters" %>