Commit 63829ae4 authored by Shinya Maeda's avatar Shinya Maeda Committed by Alessio Caiazza

Show sheculed label for present and past jobs

parent 46fc5599
......@@ -47,10 +47,10 @@
%span.badge.badge-info triggered
- if job.try(:allow_failure)
%span.badge.badge-danger allowed to fail
- if job.action?
%span.badge.badge-info manual
- if job.scheduled?
- if job.schedulable?
%span.badge.badge-info= s_('DelayedJobs|scheduled')
- elsif job.action?
%span.badge.badge-info manual
- if pipeline_link
%td
......
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