Sha256: 4da6f61738af1752d8718ff810ade6758084a60d9bc025b53eba97bf3b019056

Contents?: true

Size: 223 Bytes

Versions: 2

Compression:

Stored size: 223 Bytes

Contents

= link_to 'new post', new_admin_post_path if can? :create, @post
= render partial: 'post', collection: @posts
= will_paginate @posts,
    previous_label: 'newer posts',
    next_label: 'older posts',
    page_links: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hitchens-0.0.3 app/views/hitchens/admin/posts/index.html.haml
hitchens-0.0.2 app/views/hitchens/admin/posts/index.html.haml