% add_decidim_meta_tags({
image_url: current_participatory_space.attached_uploader(:hero_image).path,
description: translated_attribute(current_participatory_space.short_description),
url: participatory_process_url(current_participatory_space),
twitter_handler: current_organization.twitter_handler
}) %>
<%
edit_link(
resource_locator(current_participatory_space).edit,
:update,
:process,
process: current_participatory_space
)
%>
<%# NOTE: this elements goes outside of the .participatory-space__container block %>
<% if current_participatory_space.private_space? %>