Sha256: 0ddbe09d0c64f0a0e05c98a7b0700e386114b60a27d657ddb2ef8aba3e93f863

Contents?: true

Size: 593 Bytes

Versions: 11

Compression:

Stored size: 593 Bytes

Contents

=header "Storage Snapshots"

%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_snapshots.each do |snapshot|
      %li
        %a{ :href => storage_snapshot_url(snapshot.id), :'data-ajax' => 'false'}
          %img{ :class => 'ui-link-thumb', :src => '/images/snapshot.png'}
          %h3= snapshot.id
          %p=[snapshot.storage_volume_id, snapshot.created].join(', ')
          %span{ :class => 'ui-li-count'}=snapshot.state

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
deltacloud-core-1.1.1 views/storage_snapshots/index.html.haml
deltacloud-core-1.1.0 views/storage_snapshots/index.html.haml
deltacloud-core-1.0.5 views/storage_snapshots/index.html.haml
deltacloud-core-1.0.4 views/storage_snapshots/index.html.haml
deltacloud-core-1.0.3 views/storage_snapshots/index.html.haml
deltacloud-core-1.0.2 views/storage_snapshots/index.html.haml
deltacloud-core-1.0.1 views/storage_snapshots/index.html.haml
deltacloud-core-1.0.0 views/storage_snapshots/index.html.haml
deltacloud-core-0.5.0 views/storage_snapshots/index.html.haml
deltacloud-core-0.4.1 views/storage_snapshots/index.html.haml
deltacloud-core-0.4.0 views/storage_snapshots/index.html.haml