diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-01-07 12:25:21 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-01-07 12:25:21 +0000 |
commit | 2cf408cd74e25e9b5a69cf2d793e1651aec9fbe7 (patch) | |
tree | bf04a5d261e3e3d3a8f96c6995ed0137934289f1 | |
parent | 3ea078a736746d7e31275c24ac063aec240b7c22 (diff) |
Revert temporary downtime message
-rw-r--r-- | app/views/layouts/default.rhtml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index fb60884c1..606203f06 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -147,13 +147,6 @@ <div id="wrapper"> <div id="content"> - <div id="downtime"> - WhatDoTheyKnow will be being moved from London to Manchester - beginning around 11.30pm GMT on Friday, and so will be - unavailable from then for a period of time; hopefully not too - long. - </div> - <% if flash[:notice] %> <div id="notice"><%= flash[:notice] %></div> <% end %> |