Merge branch '1584-aspects-list'
This commit is contained in:
commit
04b51cced8
2 changed files with 9 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
= link_to t('aspects.aspect_listings.add_an_aspect'), new_aspect_path, :class => "new_aspect", :rel => "facebox"
|
||||
|
||||
%li.all_contacts{:class => ("active" if params["set"] == "all" || params["set"] == "only_sharing")}
|
||||
%a.aspect_selector{:href => contacts_path(:set => "all"), :class => ("sub_selected" if params["set"] == "only_sharing")}
|
||||
%a.home_selector{:href => contacts_path(:set => "all"), :class => ("sub_selected" if params["set"] == "only_sharing")}
|
||||
.contact_count
|
||||
= all_contacts_count
|
||||
= t('contacts.index.all_contacts')
|
||||
|
|
|
|||
|
|
@ -2888,6 +2888,12 @@ ul.left_nav
|
|||
:weight 700
|
||||
:color #666
|
||||
|
||||
> a.aspect_selector
|
||||
:background
|
||||
:image url(../images/icons/check_yes_ok.png)
|
||||
:position 3px 50%
|
||||
:repeat no-repeat
|
||||
|
||||
.contact_count
|
||||
:float right
|
||||
|
||||
|
|
@ -2929,8 +2935,8 @@ ul.left_nav
|
|||
.new_aspect,
|
||||
a.tag_selector
|
||||
:padding
|
||||
:left 15px
|
||||
:width 182px
|
||||
:left 25px
|
||||
:width 172px
|
||||
|
||||
a.toggle_selector
|
||||
:outline none
|
||||
|
|
|
|||
Loading…
Reference in a new issue