<%= notice %>

User: <%= @comment.user %>

File: <%= @comment.file %>

Row: <%= @comment.row %>

Column: <%= @comment.column %>

Text: <%= @comment.text %>

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