File: _poll_link.erb

package info (click to toggle)
ruby-sidekiq 6.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 792 kB
  • sloc: ruby: 4,582; makefile: 20; sh: 6
file content (4 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
<% 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 %>