Sha256: acf38101e2d7968c6ae8cdf3e07679c2878d63ce96144a0ed44521e0d711e699

Contents?: true

Size: 615 Bytes

Versions: 7

Compression:

Stored size: 615 Bytes

Contents

%h1 Blob
%h2
  = @blob.id

%dl
  %di
    %dt Bucket
    %dd
      = @blob.bucket
    %dt Content_Length
    %dd
      = @blob.content_length
    %dt Content_Type
    %dd
      = @blob.content_type
    %dt Last_Modified
    %dd
      = @blob.last_modified
    %dt Content
    %dd
      =link_to 'Blob content', bucket_url(@blob.bucket) + '/' + @blob.id + '/content'
    %dt Delete this Blob
    %dd
      %form{ :action => bucket_url(@blob.bucket) + '/' + @blob.id , :method => :post }
        %input{ :type => "hidden", :name => "_method", :value => "delete"}
        %input{ :type => :submit, :value => "Delete"}/

Version data entries

7 entries across 7 versions & 2 rubygems

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