Skip to content
Snippets Groups Projects
Commit af07c490 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

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
parents 9b8370a2 7136cf96
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment