removing contact pictures from contact list re aspects#show
This commit is contained in:
parent
c46b6d80aa
commit
d65ba2f291
2 changed files with 2 additions and 3 deletions
|
|
@ -95,7 +95,6 @@
|
||||||
%ul
|
%ul
|
||||||
- for contact in contacts
|
- for contact in contacts
|
||||||
%li
|
%li
|
||||||
= person_image_link contact.person
|
|
||||||
%span.name
|
%span.name
|
||||||
= link_to contact.person.real_name, contact.person
|
= link_to contact.person.real_name, contact.person
|
||||||
.right
|
.right
|
||||||
|
|
|
||||||
|
|
@ -1679,8 +1679,8 @@ ul#request_result
|
||||||
:top 6px
|
:top 6px
|
||||||
|
|
||||||
span.name
|
span.name
|
||||||
:padding
|
:font
|
||||||
:left 30px
|
:size 14px
|
||||||
|
|
||||||
a.button
|
a.button
|
||||||
:padding
|
:padding
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue