1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add missing erb opening tag in worker list

The queue name was missing the opening erb tag.
This commit is contained in:
Josh Owens 2013-08-26 12:14:35 -04:00
parent c83801006f
commit 4ee52ea215

View file

@ -10,7 +10,7 @@
<tr>
<td><%= worker %></td>
<td>
<a href="<%= root_path %>queues/<%= msg['queue'] %>">= msg['queue'] %></a>
<a href="<%= root_path %>queues/<%= msg['queue'] %>"><%= msg['queue'] %></a>
</td>
<td><%= msg['payload']['class'] %></td>