Sha256: 2690d6d25e22790a6930d248d67cdb4682102d35f2354b9c19089dcb55a4ad20

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

= link_to 'new post', new_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

1 entries across 1 versions & 1 rubygems

Version Path
hitchens-0.0.1 app/views/hitchens/posts/index.html.haml