aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/erb/scaffold/templates/layout.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/generators/erb/scaffold/templates/layout.html.erb')
-rw-r--r--railties/lib/generators/erb/scaffold/templates/layout.html.erb15
1 files changed, 0 insertions, 15 deletions
diff --git a/railties/lib/generators/erb/scaffold/templates/layout.html.erb b/railties/lib/generators/erb/scaffold/templates/layout.html.erb
deleted file mode 100644
index 6460e5b599..0000000000
--- a/railties/lib/generators/erb/scaffold/templates/layout.html.erb
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
- <title><%= controller_class_name %>: <%%= controller.action_name %></title>
- <%%= stylesheet_link_tag 'scaffold' %>
-</head>
-<body>
-
-<p class="notice"><%%= flash[:notice] %></p>
-
-<%%= yield %>
-
-</body>
-</html>