Sha256: 7133b5b233ec41153786a2de2b7529751cc3887cff71141d8a0bb8f6e404659a

Contents?: true

Size: 415 Bytes

Versions: 12

Compression:

Stored size: 415 Bytes

Contents

- unless defined?(partial)
  !!! XML
%bucket{:href => bucket_url(@bucket.id), :id => @bucket.id}
  - @bucket.attributes.select{ |attr| attr!=:id }.each do |attribute|
    - unless attribute == :blob_list
      -haml_tag(attribute, :<) do
        - haml_concat @bucket.send(attribute)
  - if @bucket.blob_list
    - @bucket.blob_list.each do |blb|
      %blob{:id => blb, :href => bucket_url(@bucket.id) +"/#{blb}"}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
deltacloud-core-1.1.2 views/buckets/show.xml.haml
deltacloud-core-1.1.1 views/buckets/show.xml.haml
deltacloud-core-1.1.0 views/buckets/show.xml.haml
deltacloud-core-1.0.5 views/buckets/show.xml.haml
deltacloud-core-1.0.4 views/buckets/show.xml.haml
deltacloud-core-1.0.3 views/buckets/show.xml.haml
deltacloud-core-1.0.2 views/buckets/show.xml.haml
deltacloud-core-1.0.1 views/buckets/show.xml.haml
deltacloud-core-1.0.0 views/buckets/show.xml.haml
deltacloud-core-0.5.0 views/buckets/show.xml.haml
deltacloud-core-0.4.1 views/buckets/show.xml.haml
deltacloud-core-0.4.0 views/buckets/show.xml.haml