Sha256: 29b3687c648605f2a0398f516978d24c647277e51852e7229de4d073698054a5
Contents?: true
Size: 826 Bytes
Versions: 6
Compression:
Stored size: 826 Bytes
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: current_organization.homepage_image.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/login_modal" %> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems