Skip to content
Extraits de code Groupes Projets
Valider e62afae0 rédigé par danielvincent's avatar danielvincent
Parcourir les fichiers

deselected tabs in top nav, made user drop down a bit clearer

parent 6e015790
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -55,8 +55,9 @@ ...@@ -55,8 +55,9 @@
.avatar .avatar
= owner_image_tag = owner_image_tag
= link_to current_user.real_name, '#' = link_to current_user.real_name, '#'
%li= link_to "profile", current_user.person %li= link_to "view profile", current_user.person
%li= link_to "settings", edit_user_path(current_user) %li= link_to "edit profile", edit_person_path(current_user.person)
%li= link_to "account settings", edit_user_path(current_user)
%li= link_to t('.logout.'), destroy_user_session_path %li= link_to t('.logout.'), destroy_user_session_path
= render "shared/aspect_nav" = render "shared/aspect_nav"
......
...@@ -855,6 +855,9 @@ h1.big_text ...@@ -855,6 +855,9 @@ h1.big_text
:padding 4px 10px :padding 4px 10px
:color #CCC :color #CCC
:background
:color #222
&:hover &:hover
:background :background
:color #000 :color #000
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter