- 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))