Sha256: 2d5cceb3a39c0ad750897b289370161a2c8ec4c18829e8bc19661b77a83e07aa
Contents?: true
Size: 468 Bytes
Versions: 14
Compression:
Stored size: 468 Bytes
Contents
<% if params[:poll] %> <script> setInterval("window.location.reload(true)", 2000); </script> <% end %> <% unless 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
14 entries across 14 versions & 1 rubygems