Sha256: c74da0ec806452c88cc12a045b8c92f50e239afae6615bac49b3485efb0e3697
Contents?: true
Size: 345 Bytes
Versions: 74
Compression:
Stored size: 345 Bytes
Contents
<% if current_path != '' %> <% if params[:poll] %> <a id="live-poll" class="btn btn-primary active" href="<%= root_path + current_path %>"><%= t('StopPolling') %></a> <% else %> <a id="live-poll" class="btn btn-primary" href="<%= root_path + current_path %>?<%= qparams(poll: true) %>"><%= t('LivePoll') %></a> <% end %> <% end %>
Version data entries
74 entries across 74 versions & 4 rubygems