web/views/retry.erb in sidekiq-4.2.10 vs web/views/retry.erb in sidekiq-5.0.0.beta1

- old
+ new

@@ -5,10 +5,10 @@ <table class="error table table-bordered table-striped"> <tbody> <tr> <th><%= t('ErrorClass') %></th> <td> - <code><%= h @retry['error_class'] %></code> + <code><%= h @retry.display_class %></code> </td> </tr> <tr> <th><%= t('ErrorMessage') %></th> <td><%= h(@retry['error_message']) %></td>