Sha256: 92612a263fb2cd046b3afa84bb11f55a0b638f52b94f65bbd57775119e024bfa

Contents?: true

Size: 348 Bytes

Versions: 4

Compression:

Stored size: 348 Bytes

Contents

- content_for :meta_description, t('.title')
- content_for :title, t('.title')

%h1= t('.title')

- @items.each_with_index do |item, index|
  = render partial: 'item_in_list', locals: { item: item, index: (index + 1) }

= paginate @items, theme: 'twitter-bootstrap-3'

= bootstrap_button(to: main_app.root_path, context: :primary) do
  = t('.back')

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ecm_news2-5.0.1 app/views/ecm/news/items/index.haml
ecm_news2-5.0.0 app/views/ecm/news/items/index.haml
ecm_news2-4.0.0 app/views/ecm/news/items/index.haml
ecm_news2-3.0.0 app/views/ecm/news/items/index.haml