show default user photos for requests
This commit is contained in:
parent
8a59f3b26e
commit
4a86632cf3
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
%ul
|
||||
- for request in @remote_requests
|
||||
%li.requested_person{:id => request.person.id, :request_id => request.id}
|
||||
= image_tag(request.person.profile.image_url(:thumb_small)) unless request.person.profile.image_url.nil?
|
||||
= person_image_tag(request.person)
|
||||
.name
|
||||
= request.person.real_name
|
||||
%h1
|
||||
|
|
|
|||
Loading…
Reference in a new issue