1
0
Fork 0
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:
Jeff Boek 2013-09-30 21:54:29 -07:00
parent 0a7a0358f4
commit b14665f1f4

View file

@ -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>