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

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