Sha256: fd70af6b4e917ca0142941b8602cfa06db2af74821d35977f5b06c7315140292

Contents?: true

Size: 539 Bytes

Versions: 2

Compression:

Stored size: 539 Bytes

Contents

<div class="ui active segment">
  <h4 class="ui header">
    <div class="content">Confs</div>
  </h4>
  <table class="ui compact table">
    <thead>
      <tr>
        <% conf.first.keys.each do |key| %>
          <th>
            <%= key.titleize %>
          </th>
        <% end %>
      </tr>
    </thead>
    <tbody>
      <% conf.each do |row| %>
        <tr>
          <% row.each do |k,v| %>
            <td>
              <%= v %>
            </td>
          <% end %>
        </tr>
      <% end %>
    </tbody>
  </table>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pgbouncerhero-2.0.0 app/views/pg_bouncer_hero/database/_conf.html.erb
pgbouncerhero-1.0.3 app/views/pg_bouncer_hero/database/_conf.html.erb