mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
11 lines
221 B
Text
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]
|