X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3e271eb8bc19f67465a33a69dc66a27021301fae..cc572d714646b424d70facff4feb6d36480e8f7c:/apps/workbench/app/views/users/profile.html.erb diff --git a/apps/workbench/app/views/users/profile.html.erb b/apps/workbench/app/views/users/profile.html.erb index 4fefa821ca..26d1f57211 100644 --- a/apps/workbench/app/views/users/profile.html.erb +++ b/apps/workbench/app/views/users/profile.html.erb @@ -1,3 +1,7 @@ +<%# Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: AGPL-3.0 %> + <% profile_config = Rails.configuration.user_profile_form_fields current_user_profile = current_user.prefs[:profile] @@ -71,7 +75,7 @@ <% if entry['type'] == 'select' %>
- <% entry['options'].each do |option| %> <% end %> @@ -79,7 +83,7 @@
<% else %>
- +
<% end %> @@ -89,7 +93,7 @@ <%# If the user has other prefs, we need to preserve them %> <% current_user.prefs.each do |key, value| %> <% if key != :profile %> - + <% end %> <% end %>