mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
84dd20d397
* Persist live poll status in browser localStorage * Prefix localStorage variables with 'sidekiq' * Minor fix for default handling in localStorage timeInterval parsing
4 lines
211 B
Text
4 lines
211 B
Text
<% if current_path != '' %>
|
|
<a class="live-poll-start live-poll btn btn-primary"><%= t('LivePoll') %></a>
|
|
<a class="live-poll-stop live-poll btn btn-primary active"><%= t('StopPolling') %></a>
|
|
<% end %>
|