Sha256: 2a89b0d18b3b16028ead01b5644d2eebfe70679bbc42bf7be5b8651bfe625633
Contents?: true
Size: 887 Bytes
Versions: 10
Compression:
Stored size: 887 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 %> <div class="wrapper"> <%= render partial: "layouts/decidim/process_header" %> <%= yield %> </div> <% if content_for? :expanded %> <div class="expanded"> <div class="wrapper wrapper--inner"> <div class="row"> <%= yield :expanded %> </div> </div> </div> <% end %> <%= render "layouts/decidim/component_authorization_modals" %> <% end %> <% provide :meta_image_url, current_participatory_space.banner_image.url %>
Version data entries
10 entries across 10 versions & 1 rubygems