Sha256: d84f61b772381a2cf1ce57655491b53ad60fcb0f32332e17bbc29c3d58728bbe

Contents?: true

Size: 337 Bytes

Versions: 7

Compression:

Stored size: 337 Bytes

Contents

%h1 New Blob

%form{ :action => bucket_url(@bucket_id), :method => :post, :enctype => 'multipart/form-data'}
  %label
    Blob Name:
    %input{ :name => 'blob_id', :size => 512}/
    Blob Data:
    %input{ :type => "file", :name => 'blob_data',  :size => 50}/
    %br
  %input{ :type => :submit, :name => "commit", :value => "create"}/

Version data entries

7 entries across 7 versions & 2 rubygems

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