mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #1735 from tdantas/web-busy-erb-trim
Remove erb trim instruction on busy.erb page
This commit is contained in:
commit
63eafb1093
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
<th><%= t('Started') %></th>
|
||||
</thead>
|
||||
<% workers.each_with_index do |(process, thread, msg), index| %>
|
||||
<% job = Sidekiq::Job.new(msg['payload']) -%>
|
||||
<% job = Sidekiq::Job.new(msg['payload']) %>
|
||||
<tr>
|
||||
<td><%= process %></td>
|
||||
<td><%= thread %></td>
|
||||
|
|
Loading…
Reference in a new issue