Guest User

Untitled

a guest
Nov 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <div class="panel-heading conversation-heading">
  2. <%= truncate(conversation.name, :length => 40) %>
  3. </div>
  4.  
  5. <!-- Close the conversation button -->
  6. <%= link_to "X",
  7. close_group_conversation_path(conversation),
  8. class: 'close-conversation',
  9. title: 'Close',
  10. remote: true,
  11. method: :post %>
  12.  
  13. <!-- Add more contacts to the conversation button -->
  14. <div class="add-people-to-chat" title="Add people to chat">
  15. <div>
  16. <i class="fa fa-plus" aria-hidden="true" data-toggle="dropdown"></i>
  17. </div>
  18. </div>
Add Comment
Please, Sign In to add comment