Skip to content
Snippets Groups Projects
Commit 7136cf96 authored by blackst0ne's avatar blackst0ne
Browse files

[Rails5] Replace `params` with `safe_params` in app/views/admin/runners/index.html.haml

parent a34666e6
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