14812: Finish first pass migrating config items
[arvados.git] / apps / workbench / app / views / application / _report_error.html.erb
index d9573a210bfcc6c06b0a9546eb6214fb5ddd13bf..6027208b28272f2d01fc3936258e3088d1fd4a4a 100644 (file)
@@ -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}") %>