web/views/queue.slim in sidekiq-2.0.3 vs web/views/queue.slim in sidekiq-2.1.0
- old
+ new
@@ -1,11 +1,15 @@
header
- h1 Latest messages in #{@name}
+ 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}" }