Commit f976418d authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Alessio Caiazza

Fix URL to empty state graphic of scheduled jobs

parent 52c76952
...@@ -5,7 +5,7 @@ module Gitlab ...@@ -5,7 +5,7 @@ module Gitlab
class Scheduled < Status::Extended class Scheduled < Status::Extended
def illustration def illustration
{ {
image: 'illustrations/scheduled-job_countdown.svg', image: 'illustrations/illustrations_scheduled-job_countdown.svg',
size: 'svg-394', size: 'svg-394',
title: _("This is a scheduled to run in ") + " #{execute_in}", title: _("This is a scheduled to run in ") + " #{execute_in}",
content: _("This job will automatically run after it's timer finishes. " \ content: _("This job will automatically run after it's timer finishes. " \
......
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