Sha256: 92f82121102099ce83966a428274ac3d414098c12ce8f7d85c01789985ad8d8b
Contents?: true
Size: 485 Bytes
Versions: 7
Compression:
Stored size: 485 Bytes
Contents
<div class="portlet"> <h2><%= category.titleize %></h2> <table> <thead> <tr><th>ID</th><th>Action</th><th>Identifier</th><th>Duration</th></tr> </thead> <tbody> <% for metric in metrics -%> <tr> <td><%= link_to metric.id, metric_path(metric) %></td> <td><%= metric.action %></td> <td><%= identifier(metric) %></td> <td><%= metric.duration %></td> </tr> <% end -%> </tbody> </table> </div>
Version data entries
7 entries across 7 versions & 1 rubygems