Sha256: c40c26eb8d7318efde071312e30e9236074f91c7d76a80d23e7e4b9fdde9d60b

Contents?: true

Size: 225 Bytes

Versions: 3

Compression:

Stored size: 225 Bytes

Contents

<%= div_for comment, :class => "comment" do %>
    
      Posted <%= time_ago_in_words comment.created_at %> ago <br />
<%= link_to comment.author, comment.url, :target => '_blank'  %> <br />
    <%= comment.body %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blogmodule-1.0.2 app/views/comments/_comment.html.erb
blogmodule-1.0.1 app/views/comments/_comment.html.erb
blogmodule-1.0.0 app/views/comments/_comment.html.erb