Sha256: cd4cccbc99b866eae7cdbd662a05306d1f2490104bfe4e98dadb8c91ccc9c22e

Contents?: true

Size: 236 Bytes

Versions: 9

Compression:

Stored size: 236 Bytes

Contents

= render 'layout' do
  %h1.effective-title.mb-4= @page_title

  .row.row-cols-1.row-cols-lg-3.effective-posts
    = render @posts

  %nav.d-flex.justify-content-center
    = bootstrap_paginate(@posts, per_page: EffectivePosts.per_page)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
effective_posts-2.9.3 app/views/effective/posts/index.html.haml
effective_posts-2.9.2 app/views/effective/posts/index.html.haml
effective_posts-2.9.1 app/views/effective/posts/index.html.haml
effective_posts-2.9.0 app/views/effective/posts/index.html.haml
effective_posts-2.8.0 app/views/effective/posts/index.html.haml
effective_posts-2.7.4 app/views/effective/posts/index.html.haml
effective_posts-2.7.3 app/views/effective/posts/index.html.haml
effective_posts-2.7.2 app/views/effective/posts/index.html.haml
effective_posts-2.7.1 app/views/effective/posts/index.html.haml