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

Version Path
o2webappizer-0.2.6 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.2.5 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.2.4 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.2.3 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.2.2 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.2.1 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.2.0 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.15 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.14 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.13 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.12 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.11 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.10 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.9 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.8 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.7 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.6 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.5 templates/app/views/layouts/application.html.erb.tt