Sha256: 5c75dff0c997dc9c5a8b3ef463b2bfe9466e8a96764c0f22d82e05b6c25e4532
Contents?: true
Size: 454 Bytes
Versions: 6
Compression:
Stored size: 454 Bytes
Contents
<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('blog.posts.comments.by', :who => comment.name) %>, <%= t('blog.posts.comments.time_ago', :time => time_ago_in_words(comment.created_at)) %> </p> </footer> </article>
Version data entries
6 entries across 6 versions & 1 rubygems