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

This commit is contained in:
danielvincent 2010-10-26 16:12:58 -07:00
parent 6e015790a7
commit e62afae045
2 changed files with 6 additions and 2 deletions

View file

@ -55,8 +55,9 @@
.avatar
= owner_image_tag
= link_to current_user.real_name, '#'
%li= link_to "profile", current_user.person
%li= link_to "settings", edit_user_path(current_user)
%li= link_to "view profile", current_user.person
%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
= render "shared/aspect_nav"

View file

@ -855,6 +855,9 @@ h1.big_text
:padding 4px 10px
:color #CCC
:background
:color #222
&:hover
:background
:color #000