Sha256: 7f55b571f5f23d8b3c85715855fa190c17524093fb686e987bb2a581e771377a
Contents?: true
Size: 527 Bytes
Versions: 11
Compression:
Stored size: 527 Bytes
Contents
<div class="content"> <h1>Largest Relations</h1> <p>Database Size: <%= @database_size %></p> <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> </div>
Version data entries
11 entries across 11 versions & 1 rubygems