Sha256: b82b9450a7120b0aaa87d4914a75b8607664a313c9ead08ec608fb5ed133af60
Contents?: true
Size: 1.04 KB
Versions: 7
Compression:
Stored size: 1.04 KB
Contents
<tr from_timei="<%= e[:datetimei] %>"> <td> <% if e[:request_id].present? %> <%= link_to rails_performance.rails_performance_trace_path(id: e[:request_id]), remote: true do %> <span class="stats_icon_max"><%= icon 'activity' %></span> <% end %> <% end %> </td> <td><%= format_datetime e[:datetime] %></td> <td><%= link_to e[:controller] + '#' + e[:action], rails_performance.rails_performance_summary_path({controller_eq: e[:controller], action_eq: e[:action]}), remote: true %></td> <td><%= e[:method] %></td> <td><%= e[:format] %></td> <td><%= link_to_path(e) %></td> <td><%= status_tag e[:status] %></td> <td class="nowrap"><%= ms e[:duration] %></td> <td class="nowrap"><%= ms e[:view_runtime] %></td> <td class="nowrap"><%= ms e[:db_runtime] %></td> <td> <% if e[:request_id].present? %> <%= link_to rails_performance.rails_performance_trace_path(id: e[:request_id]), remote: true do %> <span class="stats_icon_max"><%= icon 'activity' %></span> <% end %> <% end %> </td> </tr>
Version data entries
7 entries across 7 versions & 1 rubygems