Sha256: 79c57616d4731a70f1fb1b106d336d2e945c0cc5a13119bc05472a223439906a
Contents?: true
Size: 1.13 KB
Versions: 5
Compression:
Stored size: 1.13 KB
Contents
<% add_decidim_meta_tags({ image_url: current_participatory_space.attached_uploader(:hero_image).path, description: translated_attribute(current_participatory_space.short_description), url: assembly_url(current_participatory_space), twitter_handler: current_organization.twitter_handler }) %> <% edit_link( resource_locator(current_participatory_space).edit, :update, :assembly, assembly: current_participatory_space ) %> <% 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>
Version data entries
5 entries across 5 versions & 1 rubygems