MS IZ removed the links to the requests index
This commit is contained in:
parent
3b1223c9dd
commit
63b3513a12
4 changed files with 5 additions and 7 deletions
|
|
@ -67,7 +67,6 @@
|
|||
= text_field_tag 'q'
|
||||
|
||||
%li= link_to current_user.real_name, current_user.person
|
||||
%li= link_to "requests (#{@request_count})", requests_path, :class => new_request(@request_count)
|
||||
%li= link_to "edit profile", edit_user_path(current_user)
|
||||
%li= link_to "logout", destroy_user_session_path
|
||||
|
||||
|
|
@ -102,7 +101,3 @@
|
|||
|
||||
.span-19.prepend-5.last
|
||||
= render "posts/debug"
|
||||
|
||||
#notification_badge.requests
|
||||
= link_to "requests (#{@request_count})", requests_path
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
= link_to "All Aspects", root_url
|
||||
|
||||
%li{ :style => "margin-right:0;" }
|
||||
= link_to "manage", edit_aspect_path(Aspect.first), :class => "edit_aspect_button", :title => "Manage your Aspects"
|
||||
= link_to ( (@request_count == 0)? "manage" : "manage (#{@request_count})"), edit_aspect_path(Aspect.first), :class => "edit_aspect_button", :class => new_request(@request_count), :title => "Manage your Aspects"
|
||||
|
||||
.yo{ :style => "display:none;"}
|
||||
#add_aspect_pane
|
||||
|
|
|
|||
|
|
@ -483,6 +483,8 @@ h1.big_text {
|
|||
background-color: #efefef; }
|
||||
#aspect_nav ul > li.selected a a {
|
||||
color: black; }
|
||||
#aspect_nav .new_requests {
|
||||
color: red; }
|
||||
|
||||
#global_search {
|
||||
display: inline;
|
||||
|
|
|
|||
|
|
@ -654,7 +654,8 @@ h1.big_text
|
|||
:color #efefef
|
||||
a
|
||||
:color #000
|
||||
|
||||
.new_requests
|
||||
:color red
|
||||
|
||||
#global_search
|
||||
:display inline
|
||||
|
|
|
|||
Loading…
Reference in a new issue