aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/generators/erb/scaffold/templates/layout.html.erb
blob: 7aa049fe807478e69bb301f320831b8ac19294bb (plain) (tree)
1
2
3
4
5
6
7
8
9

               
      




                                                                             
                                    
 
             


       
<!DOCTYPE html>
<html>
<head>
  <title><%= controller_class_name %>: <%%= controller.action_name %></title>
  <%%= stylesheet_link_tag 'scaffold' %>
</head>
<body>

<p class="notice"><%%= notice %></p>

<%%= yield %>

</body>
</html>