Sha256: 7bb0d50e44091cd823fb21369859655e390ba069111ba0677ee13f35c884051b

Contents?: true

Size: 356 Bytes

Versions: 17

Compression:

Stored size: 356 Bytes

Contents

!!! 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)
  - @bucket.blob_list.each do |blb|
    %blob{:id => blb, :href => bucket_url(@bucket.id) +"/#{blb}"}

Version data entries

17 entries across 17 versions & 2 rubygems

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