Guest User

Untitled

a guest
Nov 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <div class="contact-request-status">
  2. <div class="add-user-to-contacts-message">
  3. <div>
  4. <%= @recipient.name %> is not in your contacts
  5. </div>
  6. <div>
  7. <%= link_to "Add to contacts",
  8. contacts_path(contact_id: @recipient),
  9. remote: true,
  10. method: :post,
  11. class: 'add-user-to-contacts-notif' %>
  12. </div>
  13. </div>
  14. </div>
Add Comment
Please, Sign In to add comment