Sha256: 7fc2d1ce6ec51c7736aa0953bba1cbca5a7497e6bef9b68582e843984c19502c
Contents?: true
Size: 533 Bytes
Versions: 6
Compression:
Stored size: 533 Bytes
Contents
%div{ id: dom_id(post), class: "#{dom_class(post)} bottom-margin-5" } %h2.post-title = link_to(post.title, ecm_blog.url_for(post)) %small.post-creation-information.pull-right = "#{l(post.created_at)} | #{post.creator.try(:human)}" %p %span.post-tags<= tag_labels_for(post) | %span.comments-information = link_to(t('ecm.comments.commentable.comments_information', comments_count: post.comments.count), ecm_blog.post_url(post, anchor: 'comments')) %p.post-body= post.body(format: :html).html_safe
Version data entries
6 entries across 6 versions & 1 rubygems