Sha256: ff1eb9353a4f70c395c3ca4f3b79c845d717e539ccd31791f75888c27a7fa6c0

Contents?: true

Size: 356 Bytes

Versions: 3

Compression:

Stored size: 356 Bytes

Contents

- unless defined?(partial)
  !!! XML
%image{:href => image_url(@image.id), :id => @image.id}
  - @image.attributes.select{ |attr| attr!=:id }.each do |attribute|
    - haml_tag(attribute, :<) do
      - haml_concat @image.send(attribute)
  %actions
    %link{ :rel => 'create_instance', :method => :post, :href => "#{instances_url};image_id=#{@image.id}"}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
deltacloud-core-0.5.0 views/images/show.xml.haml
deltacloud-core-0.4.1 views/images/show.xml.haml
deltacloud-core-0.4.0 views/images/show.xml.haml