Sha256: 21c947c68fd9ad5db7ffa513006fefde36b2d68e44b3e36f2e559bac34ebbe9c
Contents?: true
Size: 552 Bytes
Versions: 7
Compression:
Stored size: 552 Bytes
Contents
.card .card-header Memory per request .card-body %table.table.border.border-secondary.border-top-0 %thead.bg-secondary.text-white %th Request URL %th Request IP %th Total Objects %th Actions %tbody - @requests.each do |request| %tr %td= request.url %td= request.ip %td= request.objects.count %td= link_to "Inspect", memory_path(request.id) = will_paginate @requests, renderer: WillPaginate::ActionView::BootstrapLinkRenderer
Version data entries
7 entries across 7 versions & 1 rubygems