Sha256: 051aad0a3ef8a7d1a8286a3fb9026da15144dbd6d0f4b3ffaa546fee8a14ffd4

Contents?: true

Size: 389 Bytes

Versions: 15

Compression:

Stored size: 389 Bytes

Contents

- content_for :main do
  %h1 Notices

  %table
    %tr
      %th Name
    - for notice in @notices
      %tr
        %td= notice.name
        %td= link_to 'Show', [:admin, notice]
        %td= link_to 'Edit', edit_admin_notice_path(notice)
        %td= link_to 'Destroy', [:admin, notice], :confirm => 'Are you sure?', :method => :delete

  %p= link_to "New Notice", new_admin_notice_path

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/admin/notices/index.html.haml
kit_cms-2.3.20 app/views/admin/notices/index.html.haml
kit_cms-2.3.19 app/views/admin/notices/index.html.haml
kit_cms-2.3.18 app/views/admin/notices/index.html.haml
kit_cms-2.3.17 app/views/admin/notices/index.html.haml
kit_cms-2.3.16 app/views/admin/notices/index.html.haml
kit_cms-2.3.15 app/views/admin/notices/index.html.haml
kit_cms-2.3.14 app/views/admin/notices/index.html.haml
kit_cms-2.3.13 app/views/admin/notices/index.html.haml
kit_cms-2.3.11 app/views/admin/notices/index.html.haml
kit_cms-2.3.10 app/views/admin/notices/index.html.haml
kit_cms-2.3.9 app/views/admin/notices/index.html.haml
kit_cms-2.3.8 app/views/admin/notices/index.html.haml
kit_cms-2.3.7 app/views/admin/notices/index.html.haml
kit_cms-2.3.6 app/views/admin/notices/index.html.haml