From 5910ce0bd1806ed47b9c5cd785f083a71b71f062 Mon Sep 17 00:00:00 2001 From: Julia Miocene Date: Wed, 7 Feb 2024 14:19:20 +0100 Subject: [PATCH] Update milestone banner illustration Changelog: changed --- ee/app/views/shared/icons/_icon_burndown_charts.svg | 1 - .../views/shared/promotions/_promote_burndown_charts.html.haml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 ee/app/views/shared/icons/_icon_burndown_charts.svg diff --git a/ee/app/views/shared/icons/_icon_burndown_charts.svg b/ee/app/views/shared/icons/_icon_burndown_charts.svg deleted file mode 100644 index cea487e85db238..00000000000000 --- a/ee/app/views/shared/icons/_icon_burndown_charts.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ee/app/views/shared/promotions/_promote_burndown_charts.html.haml b/ee/app/views/shared/promotions/_promote_burndown_charts.html.haml index e6cd0a573bad27..db1445bb1f33b4 100644 --- a/ee/app/views/shared/promotions/_promote_burndown_charts.html.haml +++ b/ee/app/views/shared/promotions/_promote_burndown_charts.html.haml @@ -10,7 +10,7 @@ = s_('Promotions|Improve milestones with Burndown Charts.') - c.with_illustration do - = custom_icon('icon_burndown_charts') + = image_tag 'illustrations/milestone-sm.svg' %p = s_('Promotions|Burndown Charts are visual representations of the progress of completing a milestone. At a glance, you see the current state for the completion a given milestone. Without them, you would have to organize the data from the milestone and plot it yourself to have the same sense of progress.') -- GitLab