Sha256: 1f379e56a64e6f09772d943d51f73a7b9c63aa203381bd142212034fc8fa116b
Contents?: true
Size: 1.18 KB
Versions: 7
Compression:
Stored size: 1.18 KB
Contents
<%= render partial: "layouts/decidim/meta_tags_config" %> <!DOCTYPE html> <html lang="<%= I18n.locale %>" dir="<%= rtl_direction %>" class="no-js"> <head> <title><%= decidim_page_title %></title> <%= render partial: "layouts/decidim/head" %> </head> <body class="text-black text-md form-defaults<%= yield (:body_class) %>"> <!--noindex--><!--googleoff: all--> <%= link_to t("skip_button", scope: "decidim.accessibility"), "#content", class: "layout-container__skip" %> <%= cell("decidim/data_consent", current_organization) %> <!--googleon: all--><!--/noindex--> <%= render "layouts/decidim/wrapper" do %> <%= cell "decidim/translation_bar", current_organization %> <%= yield %> <% end %> <%= render partial: "layouts/decidim/timeout_modal" %> <%= render partial: "decidim/shared/confirm_modal" %> <%= render partial: "decidim/shared/login_modal" unless current_user %> <%= render partial: "decidim/shared/authorization_modal" %> <%= render partial: "decidim/shared/share_modal" %> <%= render partial: "layouts/decidim/decidim_javascript" %> <%= render partial: "layouts/decidim/data_consent_warning" %> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems