X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/682dd5b6cc23a455766a7651e3e841257660b31c..bdb92619b5f6d920119b8c32c3027cf4b751ed16:/apps/workbench/app/views/pipeline_instances/_show_log.html.erb diff --git a/apps/workbench/app/views/pipeline_instances/_show_log.html.erb b/apps/workbench/app/views/pipeline_instances/_show_log.html.erb index 187dce7bd2..3a4ec4ead0 100644 --- a/apps/workbench/app/views/pipeline_instances/_show_log.html.erb +++ b/apps/workbench/app/views/pipeline_instances/_show_log.html.erb @@ -1,4 +1,5 @@ <% log_ids = @object.job_log_ids + job_ids = @object.job_ids still_logging, done_logging = log_ids.keys.partition { |k| log_ids[k].nil? } %> @@ -19,7 +20,7 @@ <%= cname %> <%= link_to("Log for #{cname}", - {controller: "collections", action: "show", id: log_ids[cname]}) + job_path(job_ids[cname], anchor: "Log")) %> <% end %>