Sha256: 4de7e5ae0142c0dc7bdde221e876d9a9c17b3fa47dd7e76a0c3f2f3aaac9516d
Contents?: true
Size: 472 Bytes
Versions: 227
Compression:
Stored size: 472 Bytes
Contents
= render 'menu' %table#dataTable %thead %tr %th Public? %th Title %th Created At %th Actions %tbody - @galleries.each do |g| %tr %td= is_public_image_tag( g ) %td= link_to g.name, gallery_path( g ) %td= g.created_at.to_s.slice(0, 10) %td = link_to '[~]', edit_gallery_path( g ) = link_to '[x]', gallery_path( g ), :method => :delete, :data => { :confirm => 'Are you sure?' }
Version data entries
227 entries across 227 versions & 1 rubygems