instiki/vendor/rails/railties/lib/rails_generator/generators/components/scaffold/templates/layout.rhtml

14 lines
233 B
Plaintext
Raw Normal View History

2007-01-22 14:43:50 +01:00
<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>