Redesign admin roles menu
This commit is contained in:
parent
b532d6521e
commit
221ed952d1
2 changed files with 14 additions and 15 deletions
|
@ -2,16 +2,16 @@
|
|||
position: fixed;
|
||||
bottom: 10px;
|
||||
z-index: 300;
|
||||
color:#ffffff;
|
||||
color: #FFFFFF;
|
||||
list-style: none;
|
||||
text-decoration : none;
|
||||
text-decoration: none;
|
||||
padding-left: 20px;
|
||||
|
||||
}
|
||||
|
||||
#switch-menu a, #switch-menu a:link , #switch-menu a:visited , #switch-menu a:hover {
|
||||
text-decoration : none;
|
||||
color:#ffffff;
|
||||
|
||||
#switch-menu a,
|
||||
#switch-menu a:link,
|
||||
#switch-menu a:visited,
|
||||
#switch-menu a:hover {
|
||||
text-decoration: none;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
- if SwitchDeviseProfileService.new(warden).multiple_devise_profile_connect?
|
||||
%ul#switch-menu
|
||||
%li Changer de rôle...
|
||||
%li
|
||||
Changer de rôle
|
||||
- if user_signed_in?
|
||||
%li
|
||||
= link_to(dossiers_path, id: :menu_item_procedure, title:'Aller dans votre espace usager. Vous pourrez revenir ici ensuite') do
|
||||
= link_to(dossiers_path, id: :menu_item_procedure, title: 'Aller dans votre espace usager. Vous pourrez revenir ici ensuite') do
|
||||
%i.fa.fa-users
|
||||
|
||||
Usager
|
||||
Usager
|
||||
- if gestionnaire_signed_in?
|
||||
%li
|
||||
= link_to(gestionnaire_procedures_path, title:'Aller dans votre espace instructeur. Vous pourrez revenir ici ensuite.') do
|
||||
= link_to(gestionnaire_procedures_path, title: 'Aller dans votre espace instructeur. Vous pourrez revenir ici ensuite.') do
|
||||
%i.fa.fa-user
|
||||
|
||||
Instructeur
|
||||
Instructeur
|
||||
|
|
Loading…
Add table
Reference in a new issue