Sha256: 066f1bf729dba8758e90e46d40708467bae5b270724fc98d361651b3de0feeb1
Contents?: true
Size: 497 Bytes
Versions: 6
Compression:
Stored size: 497 Bytes
Contents
%h1 Images %table.display %thead %tr %th ID %th Name %th Owner %th Architecture %th Description %tbody - @images.each do |image| %tr %td = link_to image.id, image_url(image.id) %td = image.name %td = link_to image.owner_id, images_url( :owner_id => image.owner_id ) %td = image.architecture %td = image.description
Version data entries
6 entries across 6 versions & 2 rubygems