Sha256: 11c1daa74a6623a476076a9e505555e4de99d4297863b001791b8d4a08a44471

Contents?: true

Size: 654 Bytes

Versions: 15

Compression:

Stored size: 654 Bytes

Contents

- content_for :main do 
  %h1.forms_icon Forms

  %table.loosen_more
    %tr
      %th Name
      %th URL
      %th Entries
      %th Last Entry
      %th  
      %th  

    - @forms.each do |form|
      %tr
        %td= form.title
        %td= link_to form.url, form.url if form.url
        %td= form.form_submissions.count
        %td= "#{time_ago_in_words(form.form_submissions.last.created_at)} ago" rescue " ".html_safe
        %td= icon_to 'Submissions', "/admin/forms/#{form.id}/list"
        %td= icon_to 'Edit Form', "/admin/form/#{form.id}"
      

  .space(style="margin-top: 30px;")
    = icon_to "New Form", "/admin/form/new"

Version data entries

15 entries across 15 versions & 1 rubygems

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