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, 15 insertions, 0 deletions
diff --git a/railties/assets/application.rhtml b/railties/assets/application.rhtml
new file mode 100644
index 0000000000..5c796f3bd4
--- /dev/null
+++ b/railties/assets/application.rhtml
@@ -0,0 +1,15 @@
+<!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