Sha256: 694e594d45baa177f62ef2bc636f59ff6b0d983a05708cdd95b973a0b385e469
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
<% add_decidim_meta_tags({ image_url: current_participatory_space.attached_uploader(:hero_image).url, 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? %> <section class="participatory-space__block-reference alert"> <%= t("private_space", scope: "decidim.participatory_processes.show") %> </section> <% end %> <div class="participatory-space__container"> <%= 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 %> </div> <section class="participatory-space__block-reference"> <%= resource_reference(current_participatory_space) %> </section>
Version data entries
2 entries across 2 versions & 1 rubygems