Sha256: c9ddaad3d970da9755428b6a4ba8aad93e37acc17af61746180d6be383bea41f

Contents?: true

Size: 272 Bytes

Versions: 4

Compression:

Stored size: 272 Bytes

Contents

.ui.active.segment

  %h4.ui.header
    .content Pools

  %table.ui.compact.table
    %thead
      %tr
        - pools.first.keys.each do |key|
          %th= key.titleize
    %tbody
      - pools.each do |row|
        %tr
          - row.each do |k,v|
            %td= v

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pgbouncerhero-1.0.1 app/views/pg_bouncer_hero/database/_pools.html.haml
pgbouncerhero-1.0.0 app/views/pg_bouncer_hero/database/_pools.html.haml
pgbouncerhero-0.1.1 app/views/pg_bouncer_hero/database/_pools.html.haml
pgbouncerhero-0.1.0 app/views/pg_bouncer_hero/database/_pools.html.haml