Sha256: 8e7120bf5f89dfc5f21793109a0891a420391c8a45e019129872600ab70fd720
Contents?: true
Size: 528 Bytes
Versions: 1
Compression:
Stored size: 528 Bytes
Contents
<table class="table is-fullwidth is-hoverable is-narrow is-size-7"> <tbody> <% @data.each do |e| %> <tr> <td><%= e["group"] %></td> <% if e["group"] == 'db' %> <td class="nowrap"> <%= e["duration"] %> ms </td> <td> <%= e["sql"] %> </td> <% elsif e["group"] == 'view' %> <td colspan="2"> <%= e["message"] %> </td> <% end %> </tr> <% end %> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_performance-0.0.1.17 | app/views/rails_performance/_trace.html.erb |