templates/app/views/layouts/application.html.erb.tt in o2webappizer-0.1.3 vs templates/app/views/layouts/application.html.erb.tt in o2webappizer-0.1.4
- old
+ new
@@ -1,27 +1,27 @@
<!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]-->
+<!--[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 %%>
+ <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 %%>">
+<body class="<%%= cms_body_class %>">
-<%%= cms_flash_messages %%>
+<%%= cms_flash_messages %>
<div>
- <%%= cms_locale_selector %%>
+ <%%= cms_locale_selector %>
</div>
<div>
- <%%= cms_link_to_edit_mode %%>
+ <%%= cms_link_to_edit_mode %>
</div>
-<%%= yield %%>
+<%%= yield %>
</body>
</html>