Commit 05813354 authored by Philippe Lafoucrière's avatar Philippe Lafoucrière

Merge branch 'fix-dep-list-doc-link' into 'master'

Fix learn more link in dep list empty state

See merge request gitlab-org/gitlab-ee!14365
parents aeabea7c c8229b28
- 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', anchor: 'dependency-list'), 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#dependency-list', anchor: 'dependency-list'), empty_state_svg_path: image_path('illustrations/Dependency-list-empty-state.svg') } }
---
title: Fix learn more link in dep list empty state
merge_request: 10071
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