Sha256: 44759a19dcc06f6283b51937be1580db6f363842af4f5ed01b9f129436a19e51

Contents?: true

Size: 418 Bytes

Versions: 3

Compression:

Stored size: 418 Bytes

Contents

<%= rails_customerbeats_table_row_for metric do %>
  <td class="when">
    <%= metric.started_at.strftime("%d %b %H:%M:%S") %>
  </td>

  <td class="method">
    <%= metric.payload[:method] %>
  </td>

  <td class="path">
    <%= metric.payload[:path] %>
  </td>

  <td class="duration">
    <%= "%.1f" % metric.duration_in_ms %> ms
  </td>

  <td class="actions">
    <% add_action_links!(metric) %>
  </td>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_customerbeats-0.0.5 app/views/rails_customerbeats/_request.html.erb
rails_customerbeats-0.0.4 app/views/rails_customerbeats/_request.html.erb
rails_customerbeats-0.3 app/views/rails_customerbeats/_request.html.erb