Sha256: 5e1ec07809276b338672d35130aaa9bf36329a6491ae460abae9f126fb3c2709

Contents?: true

Size: 400 Bytes

Versions: 5

Compression:

Stored size: 400 Bytes

Contents

%h2 News

.filter
  = inline_filter_form_for(@filter)

.center-block
  = paginate @items
%br
%table.table.table-striped.table-bordered.table-hover
  %tr
    %th= link_to_sortable_column :id, '#'
    %th Title
    %th= link_to_sortable_column :created_at, 'Date'
    %th Commands

  - @items.each do |item|
    %tr
      %td= item.id
      %td= item.title
      %td= item.created_at

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
optimacms-0.2.26 spec/dummy/app/views/optimacms/admin/news/index.html.haml
optimacms-0.2.25 spec/dummy/app/views/optimacms/admin/news/index.html.haml
optimacms-0.2.24 spec/dummy/app/views/optimacms/admin/news/index.html.haml
optimacms-0.3.4 spec/dummy/app/views/optimacms/admin/news/index.html.haml
optimacms-0.3.3 spec/dummy/app/views/optimacms/admin/news/index.html.haml