Skip to content
Snippets Groups Projects
Commit 63829ae4 authored by Shinya Maeda's avatar Shinya Maeda Committed by Alessio Caiazza
Browse files

Show sheculed label for present and past jobs

parent 46fc5599
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment