Sha256: 81ff62ed162a04b6ce91e6f58657dab5770f6efdcc87b4fcead490995301ef0e

Contents?: true

Size: 710 Bytes

Versions: 3

Compression:

Stored size: 710 Bytes

Contents

=header "Storage volumes" do
  %a{ :href => api_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.id
          %p=[volume.realm_id, volume.capacity].join(', ')
          %span{ :class => 'ui-li-count'}=volume.state

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
deltacloud-core-0.5.0 views/storage_volumes/index.html.haml
deltacloud-core-0.4.1 views/storage_volumes/index.html.haml
deltacloud-core-0.4.0 views/storage_volumes/index.html.haml