1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/web/views/_poll_link.erb
Stephen Humphries 84dd20d397
Persist live poll status in browser localStorage (#4976)
* Persist live poll status in browser localStorage

* Prefix localStorage variables with 'sidekiq'

* Minor fix for default handling in localStorage timeInterval parsing
2021-08-30 12:31:41 -07:00

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