Alert users after OVH outage
This commit is contained in:
parent
ca5cda9628
commit
4e4d23e25c
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ class RootController < ApplicationController
|
||||||
return redirect_to administrations_path
|
return redirect_to administrations_path
|
||||||
end
|
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'
|
render 'landing'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue