1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

escape name in paging links, #4852

This commit is contained in:
Mike Perham 2021-03-24 15:32:45 -07:00
parent b3ce2f1f5d
commit 2a57abc5e5

View file

@ -52,4 +52,4 @@
<% end %>
</table>
</div>
<%= erb :_paging, locals: { url: "#{root_path}queues/#{@name}" } %>
<%= erb :_paging, locals: { url: "#{root_path}queues/#{CGI.escape(@name)}" } %>