Sha256: 25366987ece49aa87cb87e296de9ca83b199f5c308f122994406e27e596e815e
Contents?: true
Size: 570 Bytes
Versions: 38
Compression:
Stored size: 570 Bytes
Contents
<%= render :partial => 'segment_limit_message' if trace_row_display_limit_reached %> <table class="table table-striped sample-table code"> <thead> <tr> <th> <%= link_to_if params['d'], "Timestamp", "show_sample_sql?id=#{sample.sample_id}" %> </th> <th colspan="2"> <%= link_to_if !params['d'], "Duration", "show_sample_sql?id=#{sample.sample_id}&d=y" %> </th> <th> SQL </th> </tr> </thead> <%= render :partial => 'sql_row', :collection => @sql_segments[0...trace_row_display_limit] %> </table>
Version data entries
38 entries across 38 versions & 1 rubygems