1
0
Fork 0
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:
Mike Perham 2014-05-26 06:24:17 -07:00
commit 63eafb1093

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>