aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-05-08 11:40:27 +0000
committerfrancis <francis>2008-05-08 11:40:27 +0000
commit175cdeb9013516f9155eae08d0e35a4a9568f39a (patch)
tree0e3f1d477ee8d50968a9468c43c337c36c91ace4
parent8e36ddc14614f6022f79f68013374fefb56099b5 (diff)
Need to deploy again in a bit...
-rw-r--r--app/views/layouts/default.rhtml11
1 files changed, 2 insertions, 9 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml
index 388ce81d2..9814a1b97 100644
--- a/app/views/layouts/default.rhtml
+++ b/app/views/layouts/default.rhtml
@@ -10,8 +10,8 @@
WhatDoTheyKnow - file and explore Freedom of Information (FOI) requests
<% end %>
</title>
- <%= stylesheet_link_tag 'yucky-green', :rel => "alternate stylesheet", :title => "Yucky Green" %>
- <%= stylesheet_link_tag 'main', :title => "Main" %>
+ <%= stylesheet_link_tag 'yucky-green', :title => "Yucky Green" %>
+ <%= stylesheet_link_tag 'main', :rel => "alternate stylesheet", :title => "Main" %>
</head>
<body>
<div id="banner">
@@ -55,13 +55,6 @@
<% end %>
</div>
- <% if MySociety::Config.getbool("STAGING_SITE", 1) %>
- <div id="staging">
- This is a test version of the site. FOI requests will not be sent to real public authorities.
- </div>
- <% end %>
-
-
<div id="wrapper">
<div id="content">
<% if flash[:notice] %>