Commit 03d1d7ad authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '12283-button-on-dependency-list-is-misleading' into 'master'

Add anchor to learn-more-button on dependency list

Closes #12283

See merge request gitlab-org/gitlab-ee!14316
parents 75b80f55 bfb7e699
- breadcrumb_title _('Dependency List')
- page_title _('Dependency List')
#js-dependencies-app{ data: { endpoint: project_security_dependencies_path(@project), documentation_path: help_page_path('user/application_security/dependency_scanning/index'), empty_state_svg_path: image_path('illustrations/Dependency-list-empty-state.svg') } }
#js-dependencies-app{ data: { endpoint: project_security_dependencies_path(@project), documentation_path: help_page_path('user/application_security/dependency_scanning/index', anchor: 'dependency-list'), empty_state_svg_path: image_path('illustrations/Dependency-list-empty-state.svg') } }
---
title: Add anchor to learn-more-button on the dependency list page so it links to
the right location in the docs
merge_request: 14316
author:
type: fixed
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