1
0
Fork 0
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:
Thiago Dantas 2014-05-26 11:57:57 +01:00
parent cfac996c6e
commit 441a80e6ac

View file

@ -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>