Sha256: 47be2d9865d827a73c439b3c7ac20568a7b44ab3cd5561aa3555066c16ab24c8
Contents?: true
Size: 636 Bytes
Versions: 9
Compression:
Stored size: 636 Bytes
Contents
- title t('.title') .card .card-body .table-responsive.text-nowrap %table.table.card-table.border.table-striped %thead %tr %th Name %th Count %th Min/Avg/Max %th Last Run At %th Actions %tbody.table-border-bottom-0 - @metrics.each do |m| %tr %td.name=m.name %td=m.count %td=[m.min.round(3), m.avg.round(3), m.max.round(3)].join('/') %td=current_user.local_time(m.last_run_at) %td.actions = delete_dropdown_item(m, model_path(m))
Version data entries
9 entries across 9 versions & 1 rubygems