Sha256: 6d0d9077714801ff0a124d67c0476479d4d4c62c35f5458aeb60afce9ba8f489

Contents?: true

Size: 384 Bytes

Versions: 25

Compression:

Stored size: 384 Bytes

Contents

%h1 Storage Volumes

%table.display
  %thead
    %tr
      %th ID
      %th Created
      %th Capacity
      %th Status
  %tbody
    - @storage_volumes.each do |volume|
      %tr
        %td
          = link_to volume.id, storage_volume_url( volume.id )
        %td
          = volume.created
        %td
          = "#{volume.capacity} GB"
        %td
          = "#{volume.state}"

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
bbrowning-deltacloud-core-0.0.3.1 views/storage_volumes/index.html.haml
bbrowning-deltacloud-core-0.0.1.1 views/storage_volumes/index.html.haml
deltacloud-core-0.0.3 views/storage_volumes/index.html.haml
deltacloud-core-0.0.2 views/storage_volumes/index.html.haml
deltacloud-core-0.0.1 views/storage_volumes/index.html.haml