making the service users badge wider, added a commented out seed step for having some service user data
This commit is contained in:
parent
18a0a492fb
commit
ee0ecc790c
2 changed files with 10 additions and 0 deletions
|
|
@ -35,6 +35,12 @@ eve.person.profile.update_attributes(:first_name => "Eve", :last_name => "Doe",
|
|||
connect_users(bob, bob.aspects.first, alice, alice.aspects.first)
|
||||
connect_users(bob, bob.aspects.first, eve, eve.aspects.first)
|
||||
|
||||
# Uncomment these and return out of Service::Facebook#save_friends
|
||||
#service = Service.new(:user_id => bob.id)
|
||||
#service.type = "Services::Facebook"
|
||||
#service.access_token = "abc123"
|
||||
#service.save!
|
||||
#su = ServiceUser.create!(:service_id => service.id, :photo_url => "/images/user/angela.jpg", :uid => "abc123", :name => "Angelica")
|
||||
|
||||
require 'spec/support/fake_resque'
|
||||
require 'spec/support/fake_redis'
|
||||
|
|
|
|||
|
|
@ -1765,6 +1765,9 @@ ul#request_result
|
|||
:right -5px
|
||||
:bottom 2px
|
||||
|
||||
&.remote_friend
|
||||
:width 260px
|
||||
|
||||
a.button
|
||||
@include box-shadow(0,0,0)
|
||||
|
||||
|
|
@ -3160,3 +3163,4 @@ ul.left_nav
|
|||
:position absolute
|
||||
:display none
|
||||
:z-index 10
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue