diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/default.rhtml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 84bc7afde..fb60884c1 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -146,6 +146,14 @@ <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 %> |