Sha256: e720eaf8fee528857f7d4ac86a4aa75ecbdcbdd7db91140c3f0e89c21ee91d73

Contents?: true

Size: 438 Bytes

Versions: 56

Compression:

Stored size: 438 Bytes

Contents

%h1#page-title= Cmor::Blog::Configuration.posts_index_page_title_proc.call(self)

- @collection.each do |resource|
  - if resource.preview_picture.present?
    = render partial: "post_in_index_with_preview_picture", locals: { post: resource }
  - else
    = render partial: "post_in_index", locals: { post: resource }

.row
  .col-lg-12.text-center
    = paginate(@collection, Cmor::Blog::Configuration.pagination_options_proc.call(self))

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
cmor_blog-0.0.60.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.59.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.58.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.57.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.56.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.55.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.54.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.53.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.52.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.51.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.50.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.49.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.48.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.45.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.44.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.43.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.42.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.41.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.40.pre app/views/cmor/blog/posts/index.html.haml
cmor_blog-0.0.39.pre app/views/cmor/blog/posts/index.html.haml