Skip to content
Snippets Groups Projects
Commit baa38f0d authored by Kamil Trzciński's avatar Kamil Trzciński 💬
Browse files

Fix runners admin view [ci skip]

parent fc1e2f89
No related branches found
No related tags found
1 merge request!1987Ci Project migrate
Pipeline #
......@@ -82,7 +82,7 @@
= project.name_with_namespace
%td
.pull-right
= form_for [:admin, project.namespace, project, project.runner_projects.new] do |f|
= form_for [:admin, project.namespace.becomes(Namespace), project, project.runner_projects.new] do |f|
= f.hidden_field :runner_id, value: @runner.id
= f.submit 'Enable', class: 'btn btn-xs'
= paginate @projects
......
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