Sha256: 3ea4d04b2be4198d0b5d1a305d50999cc29aea9fc88d728cfd644bdc46bc463a

Contents?: true

Size: 593 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
deltacloud-core-1.1.2 views/storage_snapshots/index.html.haml