X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/99ce6a94ab4b6df30f727c6d07039aa55c2bad32..5022c4068227e4d354389169a9abd726206aff7d:/apps/workbench/app/views/application/_report_error.html.erb diff --git a/apps/workbench/app/views/application/_report_error.html.erb b/apps/workbench/app/views/application/_report_error.html.erb index d9573a210b..6027208b28 100644 --- a/apps/workbench/app/views/application/_report_error.html.erb +++ b/apps/workbench/app/views/application/_report_error.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% popup_params = { popup_type: 'report', @@ -23,7 +27,7 @@ or -<%= mail_to(Rails.configuration.support_email_address, "email us", +<%= mail_to(Rails.configuration.Mail.SupportEmailAddress, "email us", subject: "Workbench problem report", body: "Problem while viewing page #{request.url}") %>