Sha256: 391c99b5efe469cbd0cf5f3284a8d4d4e93686a3581c28cbe4d6621ab26bb15b
Contents?: true
Size: 737 Bytes
Versions: 82
Compression:
Stored size: 737 Bytes
Contents
.author-info %span.inner - if post.author.avatar.present? = link_to user_path(post.author), class: 'author-avatar' do = image_tag post.author.avatar.url(:thumb), class: 'post-author-avatar-img' %span.muted By = link_to post.author.byline, user_path(post.author), class: 'post-author-link' %span.muted.bullet • %span.muted.pub-date - if post.publish_at = local_time (post.publish_at || post.created_at), post_time_format - else (unpublished) - if post.post? && post.comments_enabled? = link_to post_detail_url(post, anchor: 'disqus_thread'), class: 'muted comment-info' do %span.disqus-comment-count{data: {disqus_identifier: post.disqus_identifier}}
Version data entries
82 entries across 42 versions & 1 rubygems