X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dd59a50f9f3933c359930806516b43899a8b4957..e3e54264e8bc767e1ec773cff4e5bdf4c4934a36:/apps/workbench/app/views/pipeline_instances/_running_component.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/pipeline_instances/_running_component.html.erb b/apps/workbench/app/views/pipeline_instances/_running_component.html.erb index caa8377ad0..85a1530204 100644 --- a/apps/workbench/app/views/pipeline_instances/_running_component.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_running_component.html.erb @@ -46,7 +46,7 @@ This job is next in the queue to run. <% elsif current_job[:queue_position] == 1 %> There is 1 job in the queue ahead of this one. - <% else %> + <% elsif current_job[:queue_position] %> There are <%= current_job[:queue_position] %> jobs in the queue ahead of this one. <% end %> <% rescue %>