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:
parent
c83801006f
commit
4ee52ea215
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue