<% add_decidim_meta_tags({ title: translated_attribute(current_participatory_space.title), 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) }) %> <% edit_link( resource_locator(current_participatory_space).edit, :update, :process, process: current_participatory_space ) %> <%= render partial: "layouts/decidim/header/follow_space_menu_bar_button", locals: { participatory_space: current_participatory_space } %>
<%# NOTE: this elements goes outside of the .participatory-space__container block %> <% if current_participatory_space.private_space? %>
<%= t("private_space", scope: "decidim.participatory_processes.show") %>
<% end %>
<%= participatory_space_floating_help %> <%= cell "decidim/participatory_processes/process_step", current_participatory_space, display_steps: params[:display_steps] %> <% active_content_blocks.each do |content_block| %> <% next unless content_block.manifest %> <%= cell content_block.manifest.cell, content_block %> <% end %>
<%= resource_reference(current_participatory_space) %>