Sha256: 89bc101d9287e20e52e56a453aa8c426c59218cead4f7f42f47c626eedf04f53

Contents?: true

Size: 439 Bytes

Versions: 16

Compression:

Stored size: 439 Bytes

Contents

!!! XML
%buckets
  - @elements.each do |bucket|
    %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}".tr('-', '_'), :<) do
            - haml_concat bucket.send(attribute)
      - bucket.blob_list.each do |blb|
        %blob{ :id => blb, :href => bucket_url(bucket.id) +"/#{blb}"}

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
steamcannon-deltacloud-core-0.1.2.1 views/buckets/index.xml.haml
steamcannon-deltacloud-core-0.1.1.3 views/buckets/index.xml.haml
deltacloud-core-0.1.2 views/buckets/index.xml.haml
steamcannon-deltacloud-core-0.1.1.2 views/buckets/index.xml.haml
steamcannon-deltacloud-core-0.1.1.1 views/buckets/index.xml.haml
deltacloud-core-0.1.1 views/buckets/index.xml.haml
deltacloud-core-0.1.0 views/buckets/index.xml.haml
deltacloud-core-0.0.9 views/buckets/index.xml.haml
steamcannon-deltacloud-core-0.0.8.1-java views/buckets/index.xml.haml
steamcannon-deltacloud-core-0.0.8.1 views/buckets/index.xml.haml
deltacloud-core-0.0.8 views/buckets/index.xml.haml
steamcannon-deltacloud-core-0.0.7.2 views/buckets/index.xml.haml
steamcannon-deltacloud-core-0.0.7.2-java views/buckets/index.xml.haml
steamcannon-deltacloud-core-0.0.7.1 views/buckets/index.xml.haml
steamcannon-deltacloud-core-0.0.7.1-java views/buckets/index.xml.haml
deltacloud-core-0.0.7 views/buckets/index.xml.haml