1
0
Fork 0
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:
Mike Perham 2016-01-27 08:59:25 -08:00
parent e664794b6a
commit 5d5f1a8858

View file

@ -7,7 +7,7 @@
<tr>
<th><%= t('ErrorClass') %></th>
<td>
<code><%= @retry['error_class'] %></code>
<code><%= h @retry.display_class %></code>
</td>
</tr>
<tr>