Sha256: 21e09e27f5bde99d33af37c0e32db290f6f1b9274b4955ae53fbf4c322d9ffb7
Contents?: true
Size: 695 Bytes
Versions: 11
Compression:
Stored size: 695 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/cookie_warning' %> <%= render 'layouts/decidim/wrapper' do %> <%= yield %> <% end %> <%= render partial: "decidim/shared/login_modal" %> </body> </html>
Version data entries
11 entries across 11 versions & 1 rubygems