Sha256: 41f879b00fde0b7d330614f618921a4e48ec93b6fc262e9dffc2129246a88892
Contents?: true
Size: 1.16 KB
Versions: 9
Compression:
Stored size: 1.16 KB
Contents
<% add_decidim_meta_tags({ description: strip_tags(translated_attribute(current_organization.description)), title: current_organization.name, url: request.original_url, twitter_handler: current_organization.twitter_handler, image_url: Decidim::ContentBlock.published.find_by( organization: current_organization, scope_name: :homepage, manifest_name: :hero ).try(:images_container).try(:background_image).try(:url) }) %> <!DOCTYPE html> <html lang="<%= I18n.locale %>" class="no-js"> <head> <title><%= decidim_page_title %></title> <%= render partial: "layouts/decidim/head" %> </head> <body> <%= render partial: "layouts/decidim/impersonation_warning" %> <%= render partial: "layouts/decidim/cookie_warning" %> <%= render partial: "layouts/decidim/omnipresent_banner" %> <%= render "layouts/decidim/wrapper" do %> <%= yield %> <% end %> <%= render partial: "decidim/shared/confirm_modal" %> <%= render partial: "decidim/shared/login_modal" unless current_user %> <%= render partial: "decidim/shared/authorization_modal" %> <%= render partial: "layouts/decidim/js_configuration" %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems