Sha256: b79587cc7394d7a6929984fa79c8f8f57fa2694ad0f05f5e8fcc11cd9af7170b
Contents?: true
Size: 616 Bytes
Versions: 4
Compression:
Stored size: 616 Bytes
Contents
<!-- @Name: blog/posts/_comment.html.erb @Use: This is a page for displaying posts comment records @Created date: 26-06-2012 @Modified Date: 26-06-2012 @Company: Mindfire Solutions --> <article class='blog_comment_message' id='<%= "comment-#{comment.to_param}" %>'> <%= image_tag 'rails.png', :alt => comment.name, :class => 'avatar' %> <%= comment.body.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
4 entries across 4 versions & 1 rubygems