%# Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: AGPL-3.0 %> <% profile_config = [] Rails.configuration.Workbench.UserProfileFormFields.each do |k, v| r = v.dup r["Key"] = k profile_config << r end profile_config.sort_by! { |v| v["Position"] } current_user_profile = current_user.prefs[:profile] show_save_button = false profile_message = Rails.configuration.Workbench.UserProfileFormMessage %>
Thank you for filling in your profile. <%= link_to 'Back to work!', params[:offer_return_to], class: 'btn btn-sm btn-primary' %>
<% else %>Thank you for filling in your profile. <%= link_to 'Get started', params[:offer_return_to], class: 'btn btn-sm btn-primary' %>
<% end %><%=raw(profile_message)%>
<%=current_user.email%>
<%=current_user.first_name%>
<%=current_user.last_name%>
<%=current_user.andand.identity_url%>