Sha256: 5398655942c8dae5ef62a14d0dbb9e730be49d77daa424ed0261e4deb63a8420
Contents?: true
Size: 466 Bytes
Versions: 23
Compression:
Stored size: 466 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 %td = image.architecture %td = image.description
Version data entries
23 entries across 23 versions & 3 rubygems