Sha256: 195589b15c5d1820e89e2ef22622fb9753c0a11ee4fd6e4ace83fdef21678471
Contents?: true
Size: 293 Bytes
Versions: 106
Compression:
Stored size: 293 Bytes
Contents
<p> <b>Name:</b> <%= @comment.name %> </p> <p> <b>Comment:</b> <%= @comment.comment %> </p> <p> <b>User:</b> <%= @comment.user_id %> </p> <p> <b>Vote:</b> <%= @comment.votes %> </p> <%= link_to 'Edit', edit_comment_path(@comment) %> | <%= link_to 'Back', comments_path %>
Version data entries
106 entries across 78 versions & 2 rubygems