Commit 0233fffe authored by Phil Hughes's avatar Phil Hughes

Merge branch '49851-link-to-runners' into 'master'

Resolve "Link to the runners page should automatically expand the runners settings"

Closes #49851

See merge request gitlab-org/gitlab-ce!20967
parents 28c15d4f d60f7d0d
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
%br %br
Go to Go to
= link_to project_runners_path(@build.project) do = link_to project_runners_path(@build.project, anchor: 'js-runners-settings') do
Runners page Runners page
- if @build.starts_environment? - if @build.starts_environment?
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
.settings-content .settings-content
= render 'autodevops_form' = render 'autodevops_form'
%section.qa-runners-settings.settings.no-animate{ class: ('expanded' if expanded) } %section.qa-runners-settings.settings.no-animate#js-runners-settings{ class: ('expanded' if expanded) }
.settings-header .settings-header
%h4 %h4
= _("Runners") = _("Runners")
......
---
title: Automatically expand runner's settings block when linking to the runner's settings
page
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment