1 2 3 4 5 6 7 8 9 10 11
<html> <head> <title>Scaffolding: <%%= controller.controller_name %>#<%%= controller.action_name %></title> <link href="/stylesheets/scaffold.css" rel="stylesheet" type="text/css" /> </head> <body> <%%= @content_for_layout %> </body> </html>