Sha256: e58c19abf8e23c017f9574779236996b6e4216379993e16d3537a3f83d3189c7

Contents?: true

Size: 486 Bytes

Versions: 2

Compression:

Stored size: 486 Bytes

Contents

.rails_blog_engine_comment.show{:class => comment_classes(comment)}
  = render(:partial => 'rails_blog_engine/comments/tools',
           :locals => { :comment => comment })
  %h4.byline
    %a{:name => "comment-#{comment.id}"}
      = comment_author_html(comment)
      said
      %a{:class => "comment-link", :href => "#comment-#{comment.id}"}= distance_of_time_in_words_to_now(comment.created_at)
      ago:
  %div.body~ markdown(comment.body, :trusted? => comment.author_can_post?)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_blog_engine-0.0.2 app/views/rails_blog_engine/comments/_comment.html.haml
rails_blog_engine-0.0.1 app/views/rails_blog_engine/comments/_comment.html.haml