Sha256: 13ee4f11f32b03566397abbaac3b5d6b7dfa8d46bab73c258777428f9d81f151
Contents?: true
Size: 942 Bytes
Versions: 14
Compression:
Stored size: 942 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/conference_hero" %> <%= render partial: "layouts/decidim/conferences_nav" %> <%= 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