Sha256: b5a21335395b43aff0c24c1cdd90c4bc9f935e8d5ca65d9c1151f15f58fe1962

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

.ui.active.segment

  %h4.ui.header
    .content Confs

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