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

5 lines
211 B
Text
Raw Normal View History

2014-08-01 23:40:42 +00:00
<% 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>
2013-09-23 11:28:26 -04:00
<% end %>