提交 af07c490 编写于 作者: R Rémy Coutable

Merge branch...

Merge branch 'blackst0ne-rails5-fix-url_for-in-app-views-admin-runners-index-html-haml' into 'master'

Resolve "[Rails5] Fix params in app/views/admin/runners/index.html.haml"

Closes #47377

See merge request gitlab-org/gitlab-ce!19461
......@@ -67,7 +67,7 @@
%th Projects
%th Jobs
%th Tags
%th= link_to 'Last contact', admin_runners_path(params.slice(:search).merge(sort: 'contacted_asc'))
%th= link_to 'Last contact', admin_runners_path(safe_params.slice(:search).merge(sort: 'contacted_asc'))
%th
- @runners.each do |runner|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册