aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/scaffold/templates/layout.rhtml
blob: b5ba9a4e9903b365148dc4aea21551741dbb88b4 (plain) (tree)
1
2
3
4
5
6
7
8
9

      
                                                                             
                                        


       

                                                  
              


       
<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>