Sha256: 4f5626ea40ea3c3b99af378832293d5ed8425dac6a1bb7658e188d00a3fbeb67

Contents?: true

Size: 389 Bytes

Versions: 11

Compression:

Stored size: 389 Bytes

Contents

<article class='blog_comment_message' id='<%= "comment-#{comment.to_param}" %>'>
  <p>
    <%= simple_format auto_link(comment.message.to_s) %>
  </p>
  <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

11 entries across 11 versions & 1 rubygems

Version Path
refinerycms-blog-1.4.0 app/views/blog/posts/_comment.html.erb
refinerycms-blog-1.3.2 app/views/blog/posts/_comment.html.erb
refinerycms-blog-1.3.1 app/views/blog/posts/_comment.html.erb
refinerycms-blog-1.3 app/views/blog/posts/_comment.html.erb
refinerycms-blog-1.2 app/views/blog/posts/_comment.html.erb
refinerycms-blog-1.1 app/views/blog/posts/_comment.html.erb
refinerycms-blog-1.0.1 app/views/blog/posts/_comment.html.erb
refinerycms-blog-1.0.rc16 app/views/blog/posts/_comment.html.erb
refinerycms-blog-1.0.rc15 app/views/blog/posts/_comment.html.erb
refinerycms-blog-1.0.rc14 app/views/blog/posts/_comment.html.erb
refinerycms-blog-1.0.rc13 app/views/blog/posts/_comment.html.erb