Put the new_aspect class on the notification page aspect dropdown, so that the focus js is triggered
This commit is contained in:
parent
a1dab2546d
commit
f1040a237f
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@
|
|||
- if defined?(@aspect) && ( @aspect == :profile || @aspect == :tag || @aspect == :search || @aspect == :notification)
|
||||
%li.newItem
|
||||
.add_aspect
|
||||
= link_to t('contacts.index.add_a_new_aspect'), new_aspect_path(:person_id => person.id), :rel => 'facebox'
|
||||
= link_to t('contacts.index.add_a_new_aspect'), new_aspect_path(:person_id => person.id), :rel => 'facebox', :class => 'new_aspect'
|
||||
|
|
|
|||
Loading…
Reference in a new issue