Sha256: 4e3a56eef53c37d206d6b9fcd449674af140bf84fe55533b09399d0b21e3ce59

Contents?: true

Size: 465 Bytes

Versions: 1

Compression:

Stored size: 465 Bytes

Contents

- content_for :meta_description, t('.title')
- content_for :title, t('.title')
.row
  .col-lg-12
    %h1= t('.title')

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

  .col-lg-12.text-center
    = paginate @items, theme: 'twitter-bootstrap-3'

  .col-lg-12
    .well.page-actions
      = bootstrap_button(to: main_app.root_path, context: 'secondary btn-default') do
        = t('.back')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ecm_news2-5.2.0 app/views/ecm/news/items/index.haml