%{ :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'}
%l{ :'data-role' => :listview , :'data-inset' => :true, :'data-divider-theme' => 'a'} %i{ :'data-role' => 'list-divider'}=driver_symbol - elements.each do |volume| %i %{ :href => storage_volume_url(volume.id), :'data-ajax' => 'false'} %mg{ :class => 'ui-link-thumb', :src => '/images/volume.png'} %3= volume.name ? volume.name : volume.id %=[volume.realm_id, volume.capacity].join(', ') %san{ :class => 'ui-li-count'}=volume.state