blob: 659f43348be96dfecf607c3b134b9ce2a8e57390 (
plain) (
tree)
|
|
<article class='blog_comment_message' id='<%= "comment-#{comment.to_param}" %>'>
<%= image_tag comment.avatar_url, :alt => comment.name, :class => 'avatar' %>
<%= simple_format auto_link(comment.message.to_s) %>
<footer class='blog_comment_author'>
<p>
<%= t('by', :scope => 'refinery.blog.posts.comments', :who => comment.name) %>,
<%= t('time_ago', :scope => 'refinery.blog.posts.comments', :time => time_ago_in_words(comment.created_at)) %>
</p>
</footer>
</article>
|