Sha256: fe52f502193ae7c535e9358ab637ab5b0ddb63918bf56ec590f1f002e1e0f564
Contents?: true
Size: 913 Bytes
Versions: 18
Compression:
Stored size: 913 Bytes
Contents
<!DOCTYPE html> <!--[if lt IE 7 ]> <html class="ie ie6" lang="<%%= I18n.locale %>"> <![endif]--> <!--[if IE 7 ]> <html class="ie ie7" lang="<%%= I18n.locale %>"> <![endif]--> <!--[if IE 8 ]> <html class="ie ie8" lang="<%%= I18n.locale %>"> <![endif]--> <!--[if IE 9 ]> <html class="ie ie9" lang="<%%= I18n.locale %>"> <![endif]--> <!--[if gt IE 9]><!--><html lang="<%%= I18n.locale %>"><!--<![endif]--> <head> <title><%%= cms_title '<%= camelized %>' %></title> <%%= cms_meta_data_tags %> <%%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%%= csrf_meta_tags %> </head> <body class="<%%= cms_body_class %>"> <%%= cms_flash_messages %> <div> <%%= cms_locale_selector %> </div> <div> <%%= cms_link_to_edit_mode if current_admin? %> </div> <%%= yield %> </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems