We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
url
1 parent c46b3b8 commit b7d5dd6Copy full SHA for b7d5dd6
lib/resque/server.rb
@@ -110,7 +110,7 @@ def poll
110
if @polling
111
text = "Last Updated: #{Time.now.strftime("%H:%M:%S")}"
112
else
113
- text = "<a href='#{url(request.path_info)}.poll' rel='poll'>Live Poll</a>"
+ text = "<a href='#{u(request.path_info)}.poll' rel='poll'>Live Poll</a>"
114
end
115
"<p class='poll'>#{text}</p>"
116
0 commit comments