mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
remove erb trim instruction
This commit is contained in:
parent
cfac996c6e
commit
441a80e6ac
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