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