mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Forgot to put logic back for testing.
This commit is contained in:
parent
0a7a0358f4
commit
b14665f1f4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
setInterval("window.location.reload(true)", 2000);
|
||||
</script>
|
||||
<% end %>
|
||||
<% unless false %>
|
||||
<% unless current_path == '' %>
|
||||
<div class="actions">
|
||||
<% if params[:poll] %>
|
||||
<a id="live-poll" class="btn btn-block btn-primary active" href="<%= root_path %><%= current_path %>"><%= t('StopPolling') %></a>
|
||||
|
|
Loading…
Add table
Reference in a new issue