Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-04 21:15:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-04 21:15:15 +0300
commit795b6eb292706d577c13556a3583897f082dda6e (patch)
tree198ce8bed9a60d80609c9bb82615649e321c8af9 /app/views/projects
parenta155ff5671d06afd4c219a49b6c9fd673af69876 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/pipelines/charts.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/charts.html.haml b/app/views/projects/pipelines/charts.html.haml
index c3d6d0c5971..818184903d6 100644
--- a/app/views/projects/pipelines/charts.html.haml
+++ b/app/views/projects/pipelines/charts.html.haml
@@ -7,5 +7,5 @@
failed_pipelines_link: project_pipelines_path(@project, page: '1', scope: 'all', status: 'failed'),
coverage_chart_path: charts_project_graph_path(@project, @project.default_branch),
test_runs_empty_state_image_path: image_path('illustrations/pipeline.svg'),
- project_quality_summary_feedback_image_path: image_path('illustrations/chat-bubble-sm.svg'),
+ project_quality_summary_feedback_image_path: image_path('illustrations/chat-sm.svg'),
default_branch: @project.default_branch } }