Sha256: 045a15945bd5378835e0d7a0463be09c0c15784a92171e83e079cf0719918f20
Contents?: true
Size: 882 Bytes
Versions: 14
Compression:
Stored size: 882 Bytes
Contents
<% add_decidim_page_title(translated_attribute(current_component.name)) if try(:current_component) %> <% add_decidim_page_title(translated_attribute(current_participatory_space.title)) %> <% add_decidim_meta_tags( image_url: current_participatory_space.banner_image.url, description: translated_attribute(current_participatory_space.short_description), ) %> <%= render "layouts/decidim/application" do %> <%= render partial: "layouts/decidim/assembly_header" %> <%= cell "decidim/translation_bar", current_organization %> <div class="wrapper"> <%= yield %> </div> <% if content_for? :expanded %> <div class="expanded"> <div class="wrapper wrapper--inner"> <div class="row"> <%= yield :expanded %> </div> </div> </div> <% end %> <% end %> <% provide :meta_image_url, current_participatory_space.banner_image.url %>
Version data entries
14 entries across 14 versions & 1 rubygems