Sha256: 923e0bedb0028072a399a5b08e507e1f1b1c436821a739444f3875f69d2298e5

Contents?: true

Size: 366 Bytes

Versions: 12

Compression:

Stored size: 366 Bytes

Contents

header
  h1 Current messages in #{@name}

== slim :_paging, :locals => { :url => "#{root_path}queues/#{@name}" }

table class="table table-striped table-bordered"
  tr
    th Class
    th Arguments
  - @messages.each do |msg|
    tr
      td= msg['class']
      td= msg['args'].inspect[0..100]

== slim :_paging, :locals => { :url => "#{root_path}queues/#{@name}" }

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
sidekiq-2.4.0 web/views/queue.slim
sidekiq-2.3.3 web/views/queue.slim
sidekiq-2.3.2 web/views/queue.slim
sidekiq-2.3.1 web/views/queue.slim
sidekiq-2.3.0 web/views/queue.slim
sidekiq-2.2.1 web/views/queue.slim
sidekiq-2.2.0 web/views/queue.slim
creeper-2.0.2 web/views/queue.slim
creeper-2.0.1 web/views/queue.slim
creeper-2.0.0 web/views/queue.slim
sidekiq-2.1.1 web/views/queue.slim
sidekiq-2.1.0 web/views/queue.slim