[Fix #738] TPS link on header should navigate on same UI

This commit is contained in:
Mathieu Magnin 2017-09-19 15:31:31 +02:00
parent e7b488361b
commit ca82fba170
2 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,8 @@
.header-inner-content
.flex.align-center
= link_to root_path, class: "header-logo" do
-# TODO delete new_ui when old UI is no longer used
= link_to root_path(new_ui: 1), class: "header-logo" do
%img{ src: image_url("header/logo-tps.svg") }
- if gestionnaire_signed_in?