Sha256: 9ad4e620e88c7ca3a0d46658651c718a337d7e2bd8c6b9fc990b0073c4523bbd
Contents?: true
Size: 1.32 KB
Versions: 4
Compression:
Stored size: 1.32 KB
Contents
<% add_decidim_meta_tags({ title: translated_attribute(current_participatory_space.title), image_url: current_participatory_space.attached_uploader(:hero_image).url, description: translated_attribute(current_participatory_space.short_description), url: assembly_url(current_participatory_space) }) %> <% edit_link( resource_locator(current_participatory_space).edit, :update, :assembly, assembly: current_participatory_space ) %> <%= render partial: "layouts/decidim/header/follow_space_menu_bar_button", locals: { participatory_space: current_participatory_space } %> <main> <% if current_participatory_space.private_space? %> <section class="participatory-space__block-reference alert"> <%= t("private_space", scope: "decidim.assemblies.show") %> </section> <% end %> <div class="participatory-space__container"> <%= participatory_space_floating_help %> <% 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> </main>
Version data entries
4 entries across 4 versions & 1 rubygems