Sha256: 63f2876d309473cd17219459dd3fe03f156dce4dae4ec93f078b87963e020f1f
Contents?: true
Size: 967 Bytes
Versions: 12
Compression:
Stored size: 967 Bytes
Contents
header.row .span5 h3 ' Recurring Job: = @worker.name - if (recurrences = @schedule.recurrence_rules).length > 0 table class="table table-striped table-bordered table-white" style="width: 100%; margin: 0; table-layout:fixed;" thead th Recurrences - recurrences.each do |rule| tr td = rule.to_s br - if (exceptions = @schedule.exception_rules).length > 0 table class="table table-striped table-bordered table-white" style="width: 100%; margin: 0; table-layout:fixed;" thead th Exceptions - exceptions.each do |rule| tr td = rule.to_s br table class="table table-striped table-bordered table-white" style="width: 100%; margin: 0; table-layout:fixed;" thead th style="width: 25%" Next 10 runs th style="width: 75%" - @schedule.next_occurrences(10, @time).each do |time| tr td time= time.getutc td == relative_time(time) br
Version data entries
12 entries across 12 versions & 1 rubygems