Remove a now useless flash message
This commit is contained in:
parent
44c0812dde
commit
3a3afc5797
1 changed files with 0 additions and 4 deletions
|
@ -12,10 +12,6 @@ class RootController < ApplicationController
|
||||||
return redirect_to manager_root_path
|
return redirect_to manager_root_path
|
||||||
end
|
end
|
||||||
|
|
||||||
if Date.today < Date.new(2018, 03, 31)
|
|
||||||
flash.now.notice = ["Téléprocédures Simplifiées change de nom et devient demarches-simplifiees.fr, <a href='https://demarches-simplifiees.gitbook.io/demarches-simplifiees/changement-de-nom' target='_blank' rel='noopener noreferrer'>en savoir plus</a>."]
|
|
||||||
end
|
|
||||||
|
|
||||||
render 'landing'
|
render 'landing'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue