Name: <%= @comment.name %>

Comment: <%= @comment.comment %>

User: <%= @comment.user_id %>

Vote: <%= @comment.votes %>

<%= link_to 'Edit', edit_comment_path(@comment) %> | <%= link_to 'Back', comments_path %>