Sha256: 186df40990dcf9e01c421bb43bbb1d9ba859585d73dc90fd47e776bf10c64162

Contents?: true

Size: 373 Bytes

Versions: 9

Compression:

Stored size: 373 Bytes

Contents

%h1 Bucket
%h2
  = @bucket.id

%dl
  %di
    %dt Name
    %dd
      = @bucket.name
    %dt Size
    %dd
      = @bucket.size
    %dt Blobs
    %dd
      -@bucket.blob_list.each do |blob|
        = link_to blob, bucket_url(@bucket.name) + '/' + blob
    %dt delete bucket (must be empty)
    %dd
      =link_to 'Delete', destroy_bucket_url(@bucket.name), :class => 'delete'

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
deltacloud-core-0.0.9 views/buckets/show.html.haml
steamcannon-deltacloud-core-0.0.8.1-java views/buckets/show.html.haml
steamcannon-deltacloud-core-0.0.8.1 views/buckets/show.html.haml
deltacloud-core-0.0.8 views/buckets/show.html.haml
steamcannon-deltacloud-core-0.0.7.2 views/buckets/show.html.haml
steamcannon-deltacloud-core-0.0.7.2-java views/buckets/show.html.haml
steamcannon-deltacloud-core-0.0.7.1 views/buckets/show.html.haml
steamcannon-deltacloud-core-0.0.7.1-java views/buckets/show.html.haml
deltacloud-core-0.0.7 views/buckets/show.html.haml