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

Version Path
deltacloud-core-0.0.4 views/images/index.html.haml
bbrowning-deltacloud-core-0.0.3.1 views/images/index.html.haml
bbrowning-deltacloud-core-0.0.1.1 views/images/index.html.haml
deltacloud-core-0.0.3 views/images/index.html.haml
deltacloud-core-0.0.2 views/images/index.html.haml
deltacloud-core-0.0.1 views/images/index.html.haml