Sha256: 9a8a32bcb7ed00059c4b3f95f706a12df8cb4b14a9b46279f16edf7be7d2e412

Contents?: true

Size: 895 Bytes

Versions: 1

Compression:

Stored size: 895 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

1 entries across 1 versions & 1 rubygems

Version Path
o2webappizer-0.1.4 templates/app/views/layouts/application.html.erb.tt