aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/scaffold/templates/layout.rhtml
blob: c4815bd0a38f8565dcceab1897ae554e0c8210c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
  <title><%= controller_class_name %>: <%%= controller.action_name %></title>
  <link href="/stylesheets/scaffold.css" rel="stylesheet" type="text/css" />
</head>
<body>

<%%= @content_for_layout %>

</body>
</html>