templates/_application.html.erb in kazan-0.3.1 vs templates/_application.html.erb in kazan-0.4.0
- old
+ new
@@ -2,16 +2,16 @@
<html lang="<%= I18n.locale %>">
<head>
<meta charset="utf-8" />
<meta name="ROBOTS" content="NOODP" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
- <title><%= title %></title>
+ <title>Application</title>
<%= stylesheet_link_tag :application, media: "all" %>
<%= csrf_meta_tags %>
</head>
- <body class="<%%= body_class %>">
- <%= render "shared/flashes" -%>
+ <body>
+ <%= render "layouts/shared/flashes" -%>
<%= yield %>
- <%= render "shared/javascript" %>
- <%= render "shared/styles" %>
+ <%= render "layouts/shared/javascript" %>
+ <%= render "layouts/shared/styles" %>
</body>
</html>