Fix broken avatar getting start page
Update add contact page BS3 Fix syntax
This commit is contained in:
parent
afd91b60fa
commit
57ac37cd2d
2 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#hello-there {
|
||||
.avatar {
|
||||
#profile_photo_upload .avatar {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
.media
|
||||
.pull-right
|
||||
= aspect_membership_dropdown(contact, inviter, false)
|
||||
= person_image_link(inviter, :size => :thumb_small, :class => 'img')
|
||||
.bd
|
||||
.media-left
|
||||
= person_image_link(inviter, size: :thumb_small, class: "media-object")
|
||||
.media-body
|
||||
= person_link(inviter)
|
||||
|
|
|
|||
Loading…
Reference in a new issue