Sha256: c6e00c796b76fceccb9732e041d3e370919e6632703552c18476f42c1342199a

Contents?: true

Size: 507 Bytes

Versions: 10

Compression:

Stored size: 507 Bytes

Contents

=header "New bucket"

%div{ :'data-role' => :content, :'data-theme' => 'c', :class => 'middle-dialog'}
  %form{ :action => buckets_url, :method => :post, :'data-ajax' => 'false' }
    %label
      Bucket Name:
      %input{ :name => 'name', :size => 250}/
      %br
    -if driver.class.has_feature?(:buckets, :bucket_location)
      %p
        %label
          Location: (optional)
          %input{ :name => 'location', :size => 20 }/
    %input{ :type => :submit, :name => "commit", :value => "create"}/

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
deltacloud-core-1.1.3 views/buckets/new.html.haml
deltacloud-core-1.1.2 views/buckets/new.html.haml
deltacloud-core-1.1.1 views/buckets/new.html.haml
deltacloud-core-1.1.0 views/buckets/new.html.haml
deltacloud-core-1.0.5 views/buckets/new.html.haml
deltacloud-core-1.0.4 views/buckets/new.html.haml
deltacloud-core-1.0.3 views/buckets/new.html.haml
deltacloud-core-1.0.2 views/buckets/new.html.haml
deltacloud-core-1.0.1 views/buckets/new.html.haml
deltacloud-core-1.0.0 views/buckets/new.html.haml