Sha256: 7f2ac8486d998e19cb2eabcb51950505ddbea790c625e45c6ce8ac4c32fe3556
Contents?: true
Size: 413 Bytes
Versions: 1
Compression:
Stored size: 413 Bytes
Contents
<h1>Largest Relations</h1> <table class="table"> <thead> <tr> <th>Name</th> <th style="width: 20%;">Type</th> <th style="width: 20%;">Size</th> </tr> </thead> <tbody> <% @relation_sizes.each do |query| %> <tr> <td><%= query["name"] %></td> <td><%= query["type"] %></td> <td><%= query["size"] %></td> </tr> <% end %> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pghero-0.0.1 | app/views/pg_hero/home/space.html.erb |