dossiers: make link in the header point to the new UI

This commit is contained in:
Pierre de La Morinerie 2018-06-25 12:47:13 +00:00
parent a569a566fc
commit f242c73974
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@
- if nav_bar_profile == :user
%ul.header-tabs
%li
= link_to "Mes dossiers", users_dossiers_path, class: 'tab-link'
= active_link_to "Dossiers", dossiers_path, active: :inclusive, class: 'tab-link'
%ul.header-right-content
- if nav_bar_profile == :gestionnaire && gestionnaire_signed_in?