X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f12986389693d4155847204210d9c84492ac6837..74fec3cd8284eae4829dad2c287588d52c621c4b:/apps/workbench/app/views/application/api_error.html.erb diff --git a/apps/workbench/app/views/application/api_error.html.erb b/apps/workbench/app/views/application/api_error.html.erb index 10ffbb775f..8f3c69bf8e 100644 --- a/apps/workbench/app/views/application/api_error.html.erb +++ b/apps/workbench/app/views/application/api_error.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> +

Oh... fiddlesticks.

An error occurred when Workbench sent a request to the Arvados API server. Try reloading this page. If the problem is temporary, your request might go through next time. @@ -21,3 +25,5 @@ If that doesn't work, the information below can help system administrators track <% end %> <% end %> + +<%= render :partial => "report_error", :locals => {api_error: api_error, error_type: 'api'} %>