Sha256: 7c70b23bda7ca76a0882bf209a14557ab55f0ff9c0612c0e016ee10af05b3aca
Contents?: true
Size: 566 Bytes
Versions: 9
Compression:
Stored size: 566 Bytes
Contents
%h1 Buckets %br %p =link_to 'Create new bucket', "/api/buckets/new" %table.display %thead %tr %th ID %th Name %th Size %th Blob List %th %tbody - @buckets.each do |bucket| %tr %td = link_to bucket.id, bucket_url(bucket.id) %td = bucket.name %td = bucket.size %td -bucket.blob_list.each do |blob| = blob %td =link_to 'Delete', destroy_bucket_url(bucket.name), :class => 'delete'
Version data entries
9 entries across 9 versions & 2 rubygems