dossiers: make link in the header point to the new UI
This commit is contained in:
parent
a569a566fc
commit
f242c73974
2 changed files with 2 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue