Sha256: 3f08f279627f87a7623af771711c7e53cb50cac486f0b13e4610d120e2c9bc84

Contents?: true

Size: 472 Bytes

Versions: 5

Compression:

Stored size: 472 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
    %dt Create a new blob
    %dd
      =link_to 'Create Blob', bucket_url(@bucket.name) + '/new_blob'
      =link_to_action 'Delete', destroy_bucket_url(@bucket.name), :delete

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
steamcannon-deltacloud-core-0.1.1.3 views/buckets/show.html.haml
steamcannon-deltacloud-core-0.1.1.2 views/buckets/show.html.haml
steamcannon-deltacloud-core-0.1.1.1 views/buckets/show.html.haml
deltacloud-core-0.1.1 views/buckets/show.html.haml
deltacloud-core-0.1.0 views/buckets/show.html.haml