% 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 %>