diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-15 00:13:13 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-15 00:13:13 +0000 |
commit | 77e775460553ceadedada8779b474e9ecde3e42d (patch) | |
tree | 8dba88a4082ffd0d4b586f525e0a28994195350e /app/views/projects/pipelines | |
parent | 30f908f6b9689ecda34474e68c55ce4dba1a9974 (diff) | |
download | gitlab-ce-77e775460553ceadedada8779b474e9ecde3e42d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/pipelines')
-rw-r--r-- | app/views/projects/pipelines/charts.html.haml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/charts.html.haml b/app/views/projects/pipelines/charts.html.haml index 7c9227c3975..547e2c8a7f4 100644 --- a/app/views/projects/pipelines/charts.html.haml +++ b/app/views/projects/pipelines/charts.html.haml @@ -3,4 +3,6 @@ #js-project-pipelines-charts-app{ data: { project_path: @project.full_path, should_render_dora_charts: should_render_dora_charts.to_s, should_render_quality_summary: should_render_quality_summary.to_s, - failed_pipelines_link: project_pipelines_path(@project, page: '1', scope: 'all', status: 'failed') } } + failed_pipelines_link: project_pipelines_path(@project, page: '1', scope: 'all', status: 'failed'), + coverage_chart_path: charts_project_graph_path(@project, @project.default_branch), + default_branch: @project.default_branch } } |