Sha256: fb4dc4adb71f6af93412c886a69d722872c3ca1b837d40354432e181ec26148f

Contents?: true

Size: 529 Bytes

Versions: 5

Compression:

Stored size: 529 Bytes

Contents

=header "Buckets" do
  %a{ :href => url_for('buckets/new'), :'data-icon' => :plus, :'data-role' => :button, :class => 'ui-btn-right'} Create new bucket

%div{ :'data-role' => :content, :'data-theme' => 'c'}
  %ul{ :'data-role' => :listview , :'data-inset' => :true, :'data-divider-theme' => 'a'}
    - @buckets.each do |bucket|
      %li
        %a{ :href => bucket_url(bucket.id), :'data-ajax' => 'false'}
          %img{ :class => 'ui-link-thumb', :src => '/images/bucket.png'}
          %h3=bucket.name
          %p=bucket.id

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
deltacloud-core-1.1.2 views/buckets/index.html.haml
deltacloud-core-1.1.1 views/buckets/index.html.haml
deltacloud-core-1.1.0 views/buckets/index.html.haml
deltacloud-core-1.0.5 views/buckets/index.html.haml
deltacloud-core-1.0.4 views/buckets/index.html.haml