Sha256: b4c7f9c1564fd7d3b9718ea78be7d033db02a23a739b02e2863ae6f8b2d8e2ea

Contents?: true

Size: 734 Bytes

Versions: 5

Compression:

Stored size: 734 Bytes

Contents

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

%div{ :'data-role' => :content, :'data-theme' => 'c'}
  %ul{ :'data-role' => :listview , :'data-inset' => :true, :'data-divider-theme' => 'a'}
    %li{ :'data-role' => 'list-divider'}=driver_symbol
    - @storage_volumes.each do |volume|
      %li
        %a{ :href => storage_volume_url(volume.id), :'data-ajax' => 'false'}
          %img{ :class => 'ui-link-thumb', :src => '/images/volume.png'}
          %h3= volume.name ? volume.name : volume.id
          %p=[volume.realm_id, volume.capacity].join(', ')
          %span{ :class => 'ui-li-count'}=volume.state

Version data entries

5 entries across 5 versions & 1 rubygems

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