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
This commit is contained in:
Phil Hughes 2018-08-02 08:39:05 +00:00
commit 0233fffe28
3 changed files with 8 additions and 2 deletions

View file

@ -22,7 +22,7 @@
%br
Go to
= link_to project_runners_path(@build.project) do
= link_to project_runners_path(@build.project, anchor: 'js-runners-settings') do
Runners page
- if @build.starts_environment?

View file

@ -28,7 +28,7 @@
.settings-content
= 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
%h4
= _("Runners")

View file

@ -0,0 +1,6 @@
---
title: Automatically expand runner's settings block when linking to the runner's settings
page
merge_request:
author:
type: other