Sha256: 9536c5675d90ff5b467f64c4d603730f366cadb116ffc39f2f667165e3e06615

Contents?: true

Size: 278 Bytes

Versions: 4

Compression:

Stored size: 278 Bytes

Contents

.ui.active.segment

  %h4.ui.header
    .content Clients

  %table.ui.compact.table
    %thead
      %tr
        - clients.first.keys.each do |key|
          %th= key.titleize
    %tbody
      - clients.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/_clients.html.haml
pgbouncerhero-1.0.0 app/views/pg_bouncer_hero/database/_clients.html.haml
pgbouncerhero-0.1.1 app/views/pg_bouncer_hero/database/_clients.html.haml
pgbouncerhero-0.1.0 app/views/pg_bouncer_hero/database/_clients.html.haml