Sha256: 17571a9a046a60d3c8a367584b876cc0110eb2d00729abcc942695122e99a8dc

Contents?: true

Size: 375 Bytes

Versions: 18

Compression:

Stored size: 375 Bytes

Contents

%h1 Image
%h2
  = @image.id

%dl
  %di
    %dt Name
    %dd
      = @image.name
    %dt Owner
    %dd
      = link_to @image.owner_id, images_url( :owner_id => @image.owner_id )
    %dt Architecture
    %dd
      = @image.architecture
    %dt Description
    %dd
      = @image.description
    %dt
    %dd
      = link_to 'Launch', "/api/instances/new?image_id=#{@image.id}"

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
steamcannon-deltacloud-core-0.0.7.2 views/images/show.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/images/show.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/images/show.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/images/show.html.haml
deltacloud-core-0.0.7 views/images/show.html.haml
bbrowning-deltacloud-core-0.0.6.1-java views/images/show.html.haml
bbrowning-deltacloud-core-0.0.6-java views/images/show.html.haml
bbrowning-deltacloud-core-0.0.6 views/images/show.html.haml
deltacloud-core-0.0.6 views/images/show.html.haml
bbrowning-deltacloud-core-0.0.4 views/images/show.html.haml
bbrowning-deltacloud-core-0.0.4-java views/images/show.html.haml
deltacloud-core-0.0.5 views/images/show.html.haml
deltacloud-core-0.0.4 views/images/show.html.haml
bbrowning-deltacloud-core-0.0.3.1 views/images/show.html.haml
bbrowning-deltacloud-core-0.0.1.1 views/images/show.html.haml
deltacloud-core-0.0.3 views/images/show.html.haml
deltacloud-core-0.0.2 views/images/show.html.haml
deltacloud-core-0.0.1 views/images/show.html.haml