X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5fd2ff4941d2cf6b06c082e9496a1b6ef723bf39..71f76a45195266c2d25a42c13b1419b000d60ffb:/apps/workbench/app/views/users/profile.html.erb?ds=sidebyside diff --git a/apps/workbench/app/views/users/profile.html.erb b/apps/workbench/app/views/users/profile.html.erb index af7a71dc72..5f3a5aa61c 100644 --- a/apps/workbench/app/views/users/profile.html.erb +++ b/apps/workbench/app/views/users/profile.html.erb @@ -1,9 +1,13 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% - profile_config = Rails.configuration.user_profile_form_fields + profile_config = Rails.configuration.Workbench.UserProfileFormFields current_user_profile = current_user.prefs[:profile] show_save_button = false - profile_message = Rails.configuration.user_profile_form_message + profile_message = Rails.configuration.Workbench.UserProfileFormMessage %>