Sha256: 0d81278f7606fc3e8e92fc7bd0bbb785af3c6efbc214ec348c07b475a220d06c

Contents?: true

Size: 377 Bytes

Versions: 18

Compression:

Stored size: 377 Bytes

Contents

<div id="comment_<%= comment.id %>" class="comment">
  <div class="comment-content">
    <%= comment.content %>
  </div>
  <div class="comment-details">
    <% if policy(comment).destroy? %>
      <%= delete_resource_link comment %>&nbsp;&nbsp;
    <% end %>
    By: <%= comment.commenter_name %> &middot; <%= comment.created_at.strftime("%B %d, %Y %l:%M%P") %>
  </div>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
storytime-2.1.6 app/views/storytime/comments/_comment.html.erb
storytime-2.1.5 app/views/storytime/comments/_comment.html.erb
storytime-2.1.4 app/views/storytime/comments/_comment.html.erb
storytime-2.1.3 app/views/storytime/comments/_comment.html.erb
storytime-2.1.2 app/views/storytime/comments/_comment.html.erb
storytime-2.1.1 app/views/storytime/comments/_comment.html.erb
storytime-2.1.0 app/views/storytime/comments/_comment.html.erb
storytime-2.0.0 app/views/storytime/comments/_comment.html.erb
storytime-1.2.0 app/views/storytime/comments/_comment.html.erb
storytime-1.1.1 app/views/storytime/comments/_comment.html.erb
storytime-1.0.7 app/views/storytime/comments/_comment.html.erb
storytime-1.0.6 app/views/storytime/comments/_comment.html.erb
storytime-1.0.5 app/views/storytime/comments/_comment.html.erb
storytime-1.0.2 app/views/storytime/comments/_comment.html.erb
storytime-1.0.1 app/views/storytime/comments/_comment.html.erb
storytime-1.0.0 app/views/storytime/comments/_comment.html.erb
storytime-0.0.4 app/views/storytime/comments/_comment.html.erb
storytime-0.0.2 app/views/storytime/comments/_comment.html.erb