File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h1>{{ job_type }} Job {{ job.id }}</h1>
1111 {% if queue %}
1212 < h1 > {{ job_type }} Queue</ h1 >
1313 {% if queue|length > 1 %}
14- < p > There are {{ queue|length }} jobs ahead in the queue.</ p >
14+ < p > There are {{ queue|length }} jobs in the queue.</ p >
1515 {% else %}
1616 < p > There is 1 job ahead in the queue.</ p >
1717 {% endif %}
Original file line number Diff line number Diff line change 1111 {% if embedded %}
1212 < p >
1313 < strong > Landing Job:</ strong >
14- < a href ="{{ url('jobs-page', args=[job.id]) }} "> {{ job.id }}</ a >
14+ < a href ="{{ url('jobs-page', args=[job.id]) }} "> {{ job.id }}
15+ {% if queue and queue|length > 1 %}
16+ ({{ queue|length }} jobs in the queue)
17+ {% endif %}
18+ </ a >
1519 </ p >
1620 {% elif has_revisions and job.is_pull_request_job %}
1721 {% set top_revision = job.revisions[0] %}
You can’t perform that action at this time.
0 commit comments