Skip to content

Instantly share code, notes, and snippets.

@domagude
Created November 14, 2017 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domagude/3a4ab6e1c6d1087951c5862ee052d3de to your computer and use it in GitHub Desktop.
Save domagude/3a4ab6e1c6d1087951c5862ee052d3de to your computer and use it in GitHub Desktop.
<div class="panel-heading conversation-heading">
<span class="contact-name-notif"><%= @recipient.name %></span>
</div> <!-- conversation-heading -->
<!-- Close conversation button -->
<%= link_to "X",
close_private_conversation_path(conversation),
class: 'close-conversation',
title: 'Close',
remote: true,
method: :post %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment