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:
parent
b3ce2f1f5d
commit
2a57abc5e5
1 changed files with 1 additions and 1 deletions
|
@ -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)}" } %>
|
||||
|
|
Loading…
Reference in a new issue