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

Version Path
steamcannon-deltacloud-core-0.1.2.1 views/images/index.html.haml
steamcannon-deltacloud-core-0.1.1.3 views/images/index.html.haml
deltacloud-core-0.1.2 views/images/index.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/images/index.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/images/index.html.haml
deltacloud-core-0.1.1 views/images/index.html.haml
deltacloud-core-0.1.0 views/images/index.html.haml
deltacloud-core-0.0.9 views/images/index.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/images/index.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/images/index.html.haml
deltacloud-core-0.0.8 views/images/index.html.haml
steamcannon-deltacloud-core-0.0.7.2 views/images/index.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/images/index.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/images/index.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/images/index.html.haml
deltacloud-core-0.0.7 views/images/index.html.haml
bbrowning-deltacloud-core-0.0.6.1-java views/images/index.html.haml
bbrowning-deltacloud-core-0.0.6-java views/images/index.html.haml
bbrowning-deltacloud-core-0.0.6 views/images/index.html.haml
deltacloud-core-0.0.6 views/images/index.html.haml