instiki/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/layout.rhtml
2007-01-22 07:43:50 -06:00

14 lines
233 B
Plaintext

<html>
<head>
<title><%= controller_class_name %>: <%%= controller.action_name %></title>
<%%= stylesheet_link_tag 'scaffold' %>
</head>
<body>
<p style="color: green"><%%= flash[:notice] %></p>
<%%= yield %>
</body>
</html>