Sha256: 9113cd3c5c7461120cfe5460b0edc766e97593b4ec02d21db7f5d2d6bc7e437f

Contents?: true

Size: 1.2 KB

Versions: 12

Compression:

Stored size: 1.2 KB

Contents

=header "Blob"
=subheader @blob.id

%div{ :'data-role' => :content, :'data-theme' => 'c'}
  %ul{ :'data-role' => :listview , :'data-inset' => :true, :'data-divider-theme' => 'd'}
    %li{ :'data-role' => 'list-divider'} Bucket
    %li
      %p{ :'data-role' => 'fieldcontain'}=@blob.bucket
    %li{ :'data-role' => 'list-divider'} Content length
    %li
      %p{ :'data-role' => 'fieldcontain'}=@blob.content_length
    %li{ :'data-role' => 'list-divider'} Content type
    %li
      %p{ :'data-role' => 'fieldcontain'}=@blob.content_type
    %li{ :'data-role' => 'list-divider'} Last modified
    %li
      %p{ :'data-role' => 'fieldcontain'}=@blob.last_modified
    %li{ :'data-role' => 'list-divider'} Content
    %li
      %a{ :href => bucket_url(@blob.bucket) + '/' + @blob.id + '/content' }="Download"
    %li{ :'data-role' => 'list-divider'} User meta-data
    %li
      %p{ :'data-role' => 'fieldcontain'}
        - @blob.user_metadata.each do |k,v|
          %b #{k} :
          #{v}
          %br
    %li{ :'data-role' => 'list-divider'} Actions
    %li
      %div{ :'data-role' => 'controlgroup', :'data-type' => "horizontal" }
        =link_to_action 'Delete',bucket_url(@blob.bucket) + '/' + @blob.id, :delete

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
deltacloud-core-1.1.2 views/blobs/show.html.haml
deltacloud-core-1.1.1 views/blobs/show.html.haml
deltacloud-core-1.1.0 views/blobs/show.html.haml
deltacloud-core-1.0.5 views/blobs/show.html.haml
deltacloud-core-1.0.4 views/blobs/show.html.haml
deltacloud-core-1.0.3 views/blobs/show.html.haml
deltacloud-core-1.0.2 views/blobs/show.html.haml
deltacloud-core-1.0.1 views/blobs/show.html.haml
deltacloud-core-1.0.0 views/blobs/show.html.haml
deltacloud-core-0.5.0 views/blobs/show.html.haml
deltacloud-core-0.4.1 views/blobs/show.html.haml
deltacloud-core-0.4.0 views/blobs/show.html.haml