From bc84a25ff92461592cfdc862173dc344aab857b9 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Tue, 18 Aug 2015 23:07:06 -0700 Subject: [PATCH] add message on emergency maintenance --- server/views/challengeMap/show.jade | 2 ++ server/views/home.jade | 2 ++ server/views/resources/get-started.jade | 2 ++ 3 files changed, 6 insertions(+) diff --git a/server/views/challengeMap/show.jade b/server/views/challengeMap/show.jade index 294368b722..5c33397a4f 100644 --- a/server/views/challengeMap/show.jade +++ b/server/views/challengeMap/show.jade @@ -1,5 +1,7 @@ extends ../layout block content + .bg-danger.default-border-radius + p      We are running emergency server maintenance. Your account and challenge completion will not be saved until this message goes away. Sorry about the inconvenience and thank you for your understanding. .panel.panel-info .panel-heading.text-center h1 Challenge Map diff --git a/server/views/home.jade b/server/views/home.jade index f08d7528ca..7c1ff3677e 100644 --- a/server/views/home.jade +++ b/server/views/home.jade @@ -1,5 +1,7 @@ extends layout block content + .bg-danger.default-border-radius + p      We are running emergency server maintenance. Your account and challenge completion will not be saved until this message goes away. Sorry about the inconvenience and thank you for your understanding. .jumbotron .text-center h1.hug-top Code with Us diff --git a/server/views/resources/get-started.jade b/server/views/resources/get-started.jade index 66ea1c2d35..bbf1f74d1a 100644 --- a/server/views/resources/get-started.jade +++ b/server/views/resources/get-started.jade @@ -1,5 +1,7 @@ extends ../layout block content + .bg-danger.default-border-radius + p      We are running emergency server maintenance. Your account and challenge completion will not be saved until this message goes away. Sorry about the inconvenience and thank you for your understanding. .jumbotron h2.text-center Scroll down and follow along with this 8-minute guide. br