Sha256: 436b23ce67f61699934e642998859c90907a35e87453e03a9e20d0fe80d56ce9
Contents?: true
Size: 590 Bytes
Versions: 5
Compression:
Stored size: 590 Bytes
Contents
%h1 Listing media %table %thead %tr %th Label %th Imageable %th Media %th Lng lat %th File size %th %th %th %tbody - @media.each do |medium| %tr %td= medium.label %td= medium.imageable %td= medium.media %td= medium.lng_lat %td= medium.file_size %td= link_to 'Show', medium %td= link_to 'Edit', edit_medium_path(medium) %td= link_to 'Destroy', medium, :method => :delete, :data => { :confirm => 'Are you sure?' } %br = link_to 'New Medium', new_medium_path
Version data entries
5 entries across 5 versions & 1 rubygems