Sha256: 19fe3a8197074bb6ffe3101a2a80bff2adcc3999fbea33de59bf47ab5b98d137

Contents?: true

Size: 284 Bytes

Versions: 4

Compression:

Stored size: 284 Bytes

Contents

.ui.active.segment

  %h4.ui.header
    .content Databases

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