summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2007-01-26 00:07:04 +0000
committerJoshua Nichols <nichoj@gentoo.org>2007-01-26 00:07:04 +0000
commitb6fac53e85dda0d2125b17589e863b84fccd301d (patch)
tree181e74f13d58330c7c6e16bac9b54bd586590851 /projects/devdashboard/app/views/layouts/developers.rhtml
parentMoved scripts out of the way. (diff)
downloadnichoj-b6fac53e85dda0d2125b17589e863b84fccd301d.tar.gz
nichoj-b6fac53e85dda0d2125b17589e863b84fccd301d.tar.bz2
nichoj-b6fac53e85dda0d2125b17589e863b84fccd301d.zip
Initial import of rails stuff.
svn path=/; revision=95
Diffstat (limited to 'projects/devdashboard/app/views/layouts/developers.rhtml')
-rw-r--r--projects/devdashboard/app/views/layouts/developers.rhtml17
1 files changed, 17 insertions, 0 deletions
diff --git a/projects/devdashboard/app/views/layouts/developers.rhtml b/projects/devdashboard/app/views/layouts/developers.rhtml
new file mode 100644
index 0000000..3b1c35f
--- /dev/null
+++ b/projects/devdashboard/app/views/layouts/developers.rhtml
@@ -0,0 +1,17 @@
+<!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>Developers: <%= controller.action_name %></title>
+ <%= stylesheet_link_tag 'scaffold' %>
+</head>
+<body>
+
+<p style="color: green"><%= flash[:notice] %></p>
+
+<%= yield %>
+
+</body>
+</html>