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

Version Path
virgo-0.3.17 spec/dummy/app/views/virgo/posts/_author_info.haml
virgo-0.3.17 app/views/virgo/posts/_author_info.haml
virgo-0.3.16 app/views/virgo/posts/_author_info.haml
virgo-0.3.16 spec/dummy/app/views/virgo/posts/_author_info.haml
virgo-0.3.15 spec/dummy/app/views/virgo/posts/_author_info.haml
virgo-0.3.15 app/views/virgo/posts/_author_info.haml
virgo-0.3.14 spec/dummy/app/views/virgo/posts/_author_info.haml
virgo-0.3.14 app/views/virgo/posts/_author_info.haml
virgo-0.3.13 app/views/virgo/posts/_author_info.haml
virgo-0.3.13 spec/dummy/app/views/virgo/posts/_author_info.haml
virgo-0.3.12 app/views/virgo/posts/_author_info.haml
virgo-0.3.12 spec/dummy/app/views/virgo/posts/_author_info.haml
virgo-0.3.11 spec/dummy/app/views/virgo/posts/_author_info.haml
virgo-0.3.11 app/views/virgo/posts/_author_info.haml
virgo-0.3.10 spec/dummy/app/views/virgo/posts/_author_info.haml
virgo-0.3.10 app/views/virgo/posts/_author_info.haml
virgo-0.3.9 app/views/virgo/posts/_author_info.haml
virgo-0.3.9 spec/dummy/app/views/virgo/posts/_author_info.haml
virgo-0.3.8 app/views/virgo/posts/_author_info.haml
virgo-0.3.8 spec/dummy/app/views/virgo/posts/_author_info.haml