Sha256: b965792baa8c1dd835be6862cd6188acb14ac8884ab40db5297fd12d384090a6

Contents?: true

Size: 769 Bytes

Versions: 36

Compression:

Stored size: 769 Bytes

Contents

%div{ id: dom_id(post), class: "row #{dom_class(post)} bottom-margin-5 mb-4" }
  .col-lg-12
    %h2.post-title
      = link_to(post.title, cmor_blog.url_for(post))
    %small
      %span.post-creation-information.text-muted
        = "#{l(post.created_at)} | #{post.creator.send(Cmor::Blog::Configuration.creator_label_method_name)}"
      - if Cmor::Blog.features?(:cmor_comments)
        |
        %span.comments-information
          = link_to(t('cmor.comments.commentable.comments_information', comments_count: post.comments.count), cmor_blog.post_url(post, anchor: 'comments'))
      - if Cmor::Blog.features?(:cmor_tags)
        |
        %span.post-tags
          = tag_labels_for(post)

    .post-body.truncate-lines-3
      = post.body(format: :html).html_safe

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
cmor_blog-0.0.38.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.37.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.36.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.35.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.34.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.33.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.32.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.31.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.30.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.29.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.28.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.27.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.26.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.25.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.24.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.22.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.21.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.20.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.19.pre app/views/cmor/blog/posts/_post_in_index.html.haml
cmor_blog-0.0.18.pre app/views/cmor/blog/posts/_post_in_index.html.haml