mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Oops, use display_class here
This commit is contained in:
parent
e664794b6a
commit
5d5f1a8858
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<tr>
|
||||
<th><%= t('ErrorClass') %></th>
|
||||
<td>
|
||||
<code><%= @retry['error_class'] %></code>
|
||||
<code><%= h @retry.display_class %></code>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue