app: allow hiding the browser banner for one week

This commit is contained in:
Pierre de La Morinerie 2019-12-03 15:02:08 +00:00
parent 299f9df375
commit 3212dfddca
7 changed files with 75 additions and 11 deletions

View file

@ -125,6 +125,7 @@ Rails.application.routes.draw do
get "patron" => "root#patron"
get "accessibilite" => "root#accessibilite"
get "suivi" => "root#suivi"
post "dismiss_outdated_browser" => "root#dismiss_outdated_browser"
get "contact", to: "support#index"
post "contact", to: "support#create"