Commit d60f7d0d authored by Filipa Lacerda's avatar Filipa Lacerda

Automatically expand runner's settings block when linking to the runner's...

Automatically expand runner's settings block when linking to the runner's settings page by using page anchor on the link
parent ab08f998
......@@ -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?
......
......@@ -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")
......
---
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