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 cea487e85db238293f9265a6a84d74078ca83c5e..0000000000000000000000000000000000000000 --- 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 e6cd0a573bad2735699025e167fd50478806f4ff..db1445bb1f33b4ddb28956f507bd6c7b7c6e24cf 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.')