Sha256: a53d1f239f03675f2656d846e57f00417f3134e68ad9b3cb2f9682785a2a22d8

Contents?: true

Size: 902 Bytes

Versions: 3

Compression:

Stored size: 902 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 %%>
</div>

<%%= yield %%>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
o2webappizer-0.1.3 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.2 templates/app/views/layouts/application.html.erb.tt
o2webappizer-0.1.1 templates/app/views/layouts/application.html.erb.tt