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