12 lines
526 B
Plaintext
12 lines
526 B
Plaintext
.row
|
|
h2= t 'join_request.existing_user.title'
|
|
each join_request in join_requests
|
|
.join-request-container
|
|
= join_request.user.facebook_image_tag
|
|
span.user-email= join_request.user.email
|
|
.right
|
|
button.join-request-reject{action "rejectRequest" join_request}=t 'join_request.existing_user.reject_request'
|
|
button.join-request-approve{action "approveRequest" join_request}=t 'join_request.existing_user.approve_request'
|
|
else
|
|
p=t 'join_request.existing_user.no_join_requests_message'
|