aboutsummaryrefslogtreecommitdiffstats
path: root/railties/assets/application.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'railties/assets/application.rhtml')
-rw-r--r--railties/assets/application.rhtml15
1 files changed, 0 insertions, 15 deletions
diff --git a/railties/assets/application.rhtml b/railties/assets/application.rhtml
deleted file mode 100644
index 5c796f3bd4..0000000000
--- a/railties/assets/application.rhtml
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <title><%=h @title || "Rails Application" %></title>
- <%= javascript_include_tag :defaults %>
- <%= stylesheet_link_tag "application" %>
- </head>
-
- <body>
- <%= yield %>
- </body>
-</html> \ No newline at end of file