aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/templates/scaffolds/layout.rhtml')
-rw-r--r--actionpack/lib/action_controller/templates/scaffolds/layout.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml b/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
index 77eecdf9d6..3dda1feec0 100644
--- a/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
+++ b/actionpack/lib/action_controller/templates/scaffolds/layout.rhtml
@@ -59,6 +59,8 @@
</head>
<body>
+<p style="color: green"><%= flash['notice'] %></p>
+
<%= @content_for_layout %>
</body>