mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
removed debugging - https://github.com/mperham/sidekiq/pull/475#issuecomment-9886565
This commit is contained in:
parent
3a127d49f5
commit
9bdb4185f3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ header.row
|
|||
- if @retries.size > 0
|
||||
== slim :_paging, :locals => { :url => "#{root_path}retries" }
|
||||
|
||||
- if @retries.size > -1
|
||||
- if @retries.size > 0
|
||||
|
||||
form action="#{root_path}retries" method="post"
|
||||
table class="table table-striped table-bordered table-white"
|
||||
|
|
Loading…
Add table
Reference in a new issue