Sha256: 25e683c9be75f062d1ec4349565e374c24910fd8b2bb8243a1cb71531374a2fd
Contents?: true
Size: 547 Bytes
Versions: 2
Compression:
Stored size: 547 Bytes
Contents
<div class="ui active segment"> <h4 class="ui header"> <div class="content">Clients</div> </h4> <table class="ui compact table"> <thead> <tr> <% clients.first.keys.each do |key| %> <th> <%= key.titleize %> </th> <% end %> </tr> </thead> <tbody> <% clients.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/_clients.html.erb |
pgbouncerhero-1.0.3 | app/views/pg_bouncer_hero/database/_clients.html.erb |