<li>
  <h5><%= comment.user.username %></h5>
  <%= comment.text %>
  <% if (comment.user_id == user.id) { %>
    <a class='bttn' href="/comments/<%= comment.id %>/delete">x</a>
  <% } %>
</li>