deselected tabs in top nav, made user drop down a bit clearer
This commit is contained in:
parent
6e015790a7
commit
e62afae045
2 changed files with 6 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -855,6 +855,9 @@ h1.big_text
|
|||
:padding 4px 10px
|
||||
:color #CCC
|
||||
|
||||
:background
|
||||
:color #222
|
||||
|
||||
&:hover
|
||||
:background
|
||||
:color #000
|
||||
|
|
|
|||
Loading…
Reference in a new issue