Sha256: a1c5ee1ab115a3ee1cf458cfffa34c3a2cc1b377e7fde0951fa0e41dd5556cbe

Contents?: true

Size: 602 Bytes

Versions: 11

Compression:

Stored size: 602 Bytes

Contents

=header "Realms"
=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
    - @realms.each do |realm|
      %li
        %a{ :href => realm_url(realm.id), :'data-ajax' => 'false'}
          %img{ :class => 'ui-link-thumb', :src => '/images/realm.png'}
          %h3= realm.name
          %p=[realm.id, realm.limit].join(', ')
          %span{ :class => 'ui-li-count'}=realm.state

Version data entries

11 entries across 11 versions & 1 rubygems

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