Sha256: 55ab28a4ccac72f44362e46170bb590c3dd032d3468f3223195e7e6f877bc7e7
Contents?: true
Size: 322 Bytes
Versions: 15
Compression:
Stored size: 322 Bytes
Contents
- title "Admin/Forms" %table %tr %th Name - for form in @forms %tr %td= form.name %td= link_to 'Show', form %td= link_to 'Edit', edit_admin_form_path(form) %td= link_to 'Destroy', form, :confirm => 'Are you sure?', :method => :delete %p= link_to "New Admin/Form", new_admin_form_path
Version data entries
15 entries across 15 versions & 1 rubygems