Sha256: ff40c78e85d1551ddb068d01220c4240732ed0d244ef12718e89bedfa1f7258f

Contents?: true

Size: 751 Bytes

Versions: 5

Compression:

Stored size: 751 Bytes

Contents

=header "Firewalls" do
  %a{ :href => url_for('firewalls/new'), :'data-icon' => :plus, :'data-role' => :button, :class => 'ui-btn-right'} Create new firewall
=subheader "#{Thread::current[:provider] || ENV['API_PROVIDER'] || 'default'}"

%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
    - @firewalls.each do |firewall|
      %li
        %a{ :href => firewall_url(firewall.id), :'data-ajax' => 'false'}
          %img{ :class => 'ui-link-thumb', :src => '/images/firewall.png'}
          %h3=firewall.id
          %p=firewall.description
          %span{ :class => 'ui-li-count'}=firewall.owner_id

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
deltacloud-core-1.1.2 views/firewalls/index.html.haml
deltacloud-core-1.1.1 views/firewalls/index.html.haml
deltacloud-core-1.1.0 views/firewalls/index.html.haml
deltacloud-core-1.0.5 views/firewalls/index.html.haml
deltacloud-core-1.0.4 views/firewalls/index.html.haml