Sha256: 47b5f51b2375770274c2ffb663eff2fe46a8bca18b0716bc88caa93f539d3507

Contents?: true

Size: 553 Bytes

Versions: 2

Compression:

Stored size: 553 Bytes

Contents

<div class="ui active segment">
  <h4 class="ui header">
    <div class="content">Databases</div>
  </h4>
  <table class="ui compact table">
    <thead>
      <tr>
        <% databases.first.keys.each do |key| %>
          <th>
            <%= key.titleize %>
          </th>
        <% end %>
      </tr>
    </thead>
    <tbody>
      <% databases.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/_databases.html.erb
pgbouncerhero-1.0.3 app/views/pg_bouncer_hero/database/_databases.html.erb