Sha256: b24b437270bc55540dc74b0aba65711fd0e280ccac12a0c704c42fb5c056b67e

Contents?: true

Size: 466 Bytes

Versions: 8

Compression:

Stored size: 466 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= link_to_sortable_column :created_at, 'Date'
    %th Title
    %th Commands

  - @items.each do |item|
    %tr
      %td= item.id
      %td= item.created_at
      %td= item.title
      %td
        =link_to "Edit", edit_admin_news_path(item)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
optimacms-0.3.35 spec/dummy/app/views/optimacms/admin/news/index.html.haml
optimacms-0.3.34 spec/dummy/app/views/optimacms/admin/news/index.html.haml
optimacms-0.3.30 spec/dummy/app/views/optimacms/admin/news/index.html.haml
optimacms-0.3.29 spec/dummy/app/views/optimacms/admin/news/index.html.haml
optimacms-0.3.23 spec/dummy/app/views/optimacms/admin/news/index.html.haml
optimacms-0.3.15 spec/dummy/app/views/optimacms/admin/news/index.html.haml
optimacms-0.3.12 spec/dummy/app/views/optimacms/admin/news/index.html.haml
optimacms-0.3.11 spec/dummy/app/views/optimacms/admin/news/index.html.haml