lib/rid/generators/application/templates/lib/templates/layout.mustache in rid-0.4.1 vs lib/rid/generators/application/templates/lib/templates/layout.mustache in rid-0.5.0
- old
+ new
@@ -6,8 +6,9 @@
<link rel="stylesheet" href="{{path}}/stylesheets/application.css" type="text/css" media="screen" charset="utf-8">
</head>
<body>
<h1><%= app_title %></h1>
<h2>{{title}}</h2>
+ <p class="notice">{{notice}}</p>
{{>body}}
</body>
</html>