Sha256: f5d91d348a4e8e52a045ade4d28703be9f03919d7944d9c17dcaa93afcb6edff
Contents?: true
Size: 505 Bytes
Versions: 48
Compression:
Stored size: 505 Bytes
Contents
.row .large-12.columns %h1 Titled Galleries %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
48 entries across 48 versions & 1 rubygems