Sha256: 99e45548def6d4b33752b0f39e8c620496e235c8ed742113c2fc115a39e7e11e

Contents?: true

Size: 421 Bytes

Versions: 3

Compression:

Stored size: 421 Bytes

Contents

%div(data-role="page" data-add-back-btn="true")
  %div(data-role="header")
    %h1
      =@title ="Stats"
  %div(data-role="content")
    %h3
      Database Information
    -normalize_stats(@queue.stats).each do |k,v|
      %b
        &="#{k}="
      &=humanize v
      %br
    %h3
      General Stats
    =haml :"shared/values", :layout => false, :locals => {:hash => normalize_stats(@stats)}

  %div(data-role="footer")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
magent-0.7.0 lib/magent_web/views/queues/stats.haml
magent-0.6.2 lib/magent_web/views/queues/stats.haml
magent-0.6.1 lib/magent_web/views/queues/stats.haml