summaryrefslogtreecommitdiffstats
path: root/app/views/layouts/base.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-06 17:28:20 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-01-06 17:28:20 +0000
commit3d920c13b49e40e3ce3e18e60314a9a43f558cd9 (patch)
treee59a0e3c00dd431ebb2cacec2cff4c61d6d0c393 /app/views/layouts/base.rhtml
parent976a31e941e61542075866563e4c0740106c5d70 (diff)
downloadredmine-3d920c13b49e40e3ce3e18e60314a9a43f558cd9.tar.gz
redmine-3d920c13b49e40e3ce3e18e60314a9a43f558cd9.zip
wrapper div added to the layout.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1044 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts/base.rhtml')
-rw-r--r--app/views/layouts/base.rhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml
index 5f85c78f8..bdaddcb3b 100644
--- a/app/views/layouts/base.rhtml
+++ b/app/views/layouts/base.rhtml
@@ -18,6 +18,7 @@
<!-- page specific tags --><%= yield :header_tags %>
</head>
<body>
+<div id="wrapper">
<div id="top-menu">
<div id="account">
<% if User.current.logged? %>
@@ -75,5 +76,6 @@
<div id="footer">
Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> <%= Redmine::VERSION %> &copy; 2006-2007 Jean-Philippe Lang
</div>
+</div>
</body>
</html>