Sha256: 783c1a1ecbae273e53891222667b2831980735555b329fd7a71bd531cc428586

Contents?: true

Size: 374 Bytes

Versions: 12

Compression:

Stored size: 374 Bytes

Contents

%h1 Image
%h2
  = @image.id

%dl
  %di
    %dt Name
    %dd
      = @image.name
    %dt Owner
    %dd
      = link_to @image.owner_id, image_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

12 entries across 12 versions & 2 rubygems

Version Path
deltacloud-core-0.3.0 views/images/show.html.haml
steamcannon-deltacloud-core-0.1.2.1 views/images/show.html.haml
steamcannon-deltacloud-core-0.1.1.3 views/images/show.html.haml
deltacloud-core-0.1.2 views/images/show.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/images/show.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/images/show.html.haml
deltacloud-core-0.1.1 views/images/show.html.haml
deltacloud-core-0.1.0 views/images/show.html.haml
deltacloud-core-0.0.9 views/images/show.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/images/show.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/images/show.html.haml
deltacloud-core-0.0.8 views/images/show.html.haml