Sha256: ff35a7e480ac32bb96db097921ddb749a4f56dcdbed9d665f83b7b1c6fea910d
Contents?: true
Size: 448 Bytes
Versions: 15
Compression:
Stored size: 448 Bytes
Contents
- content_for :main do %h1 Errors %div(style="margin-bottom: 10px;") = icon_to "Delete All", "/admin/dashboard/errors", false, :method=>:delete, :confirm=>"Are you sure? This cannot be undone." = paginate @events %table.loosen - @events.each do |e| %tr %td = link_to e.name, "/admin/dashboard/error/#{e.id}" %td = e.created_at %td = e.reference = paginate @events
Version data entries
15 entries across 15 versions & 1 rubygems