1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/web/views/queue.slim
2012-03-05 20:53:14 -08:00

11 lines
221 B
Text

header
h1 Latest messages in #{@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]