<% provide(:title, "Conversations") %>

Conversations

<%= render @conversations %>
Conversation Participants Last message
<%= link_to "New conversation", new_conversation_path, class: "btn btn-primary btn-lg btn-block" %>