put remove buttons on incoming requests, allowing a user to ignore again.
This commit is contained in:
parent
59858cd86b
commit
dc89d984f1
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@
|
||||||
- else
|
- else
|
||||||
- for request in @remote_requests
|
- for request in @remote_requests
|
||||||
%li.person.request{:data=>{:guid=>request.id, :person_id=>request.person.id}}
|
%li.person.request{:data=>{:guid=>request.id, :person_id=>request.person.id}}
|
||||||
|
.delete
|
||||||
|
.x
|
||||||
|
X
|
||||||
|
.circle
|
||||||
= person_image_tag(request.person)
|
= person_image_tag(request.person)
|
||||||
|
|
||||||
%h3 Remove from Aspect
|
%h3 Remove from Aspect
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue