Merge pull request #938 from sgmap/message_for_ovh_outage

Alert users after OVH outage
This commit is contained in:
Mathieu Magnin 2017-11-09 12:16:13 +01:00 committed by GitHub
commit 101ad54be0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,11 @@ class RootController < ApplicationController
return redirect_to administrations_path
end
# TODO remove me
if Date.today <= Date.new(2017, 11, 11)
flash.now.notice = ["Une panne nationale de notre hébergeur OVH a rendu le service Téléprocédures Simplifiées inaccessible le jeudi 8 novembre de 7h15 à 11h15.", "Veuillez nous excuser pour la gêne occasionnée."]
end
render 'landing'
end