Move sign_in behind /manager (not in namespace due to Administrate resources autoloading)
This commit is contained in:
parent
d5c036362b
commit
d9feb4be06
3 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
%ul.sidebar__list
|
||||
%li
|
||||
= link_to "Se déconnecter", administrations_sign_out_path, method: :delete, class: "sidebar__link"
|
||||
= link_to "Se déconnecter", manager_sign_out_path, method: :delete, class: "sidebar__link"
|
||||
|
||||
%hr{ style: "margin-bottom: 0;" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue