From 13920938f5d1a452b3e55628e548a3595efdf303 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sat, 15 Aug 2015 12:00:43 -0700 Subject: [PATCH] warning of server maintanence --- views/challengeMap/show.jade | 3 +++ views/home.jade | 3 +++ 2 files changed, 6 insertions(+) diff --git a/views/challengeMap/show.jade b/views/challengeMap/show.jade index 0b23cfc5ba..7138f75b8f 100644 --- a/views/challengeMap/show.jade +++ b/views/challengeMap/show.jade @@ -2,6 +2,9 @@ extends ../layout block content script. var completedChallenges = !{JSON.stringify(completedChallengeList)}; + .bg-danger.default-border-radius + p      + a(href='https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/August-2015-Server-Maintenance' target='_blank') We're changing servers for the next few minutes. Please note that from now until this message goes away, newly created accounts and camper progress may be lost. Thank you for your patience. .panel.panel-info .panel-heading.text-center h1 Challenge Map diff --git a/views/home.jade b/views/home.jade index 7b25a30777..85165761ce 100644 --- a/views/home.jade +++ b/views/home.jade @@ -1,5 +1,8 @@ extends layout block content + .bg-danger.default-border-radius + p      + a(href='https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/August-2015-Server-Maintenance' target='_blank') We're changing servers for the next few minutes. Please note that from now until this message goes away, newly created accounts and camper progress may be lost. Thank you for your patience. .jumbotron .text-center h1.hug-top Code with Us