% profile_config = Rails.configuration.user_profile_form_fields current_user_profile = current_user.prefs[:profile] show_save_button = false profile_message = Rails.configuration.user_profile_form_message ? Rails.configuration.user_profile_form_message : 'You can manage your profile using this page. Any feilds in red are required and missing. Please fill in those fields before you can accesse Arvados Workbench.' missing_required = missing_required_profile? profile_url = '/users/'+current_user.uuid+'/profile' target = request.url.partition('?target=')[-1] target = request.url if target.empty? return_to_url = (request.url.ends_with? profile_url) ? profile_url : profile_url+'?target='+target %>
Thank you for filling in your profile. If you are done updating your profile, you can now access Arvados Workbench by clicking on this button.
<%=raw(profile_message)%>
<%=current_user.email%>
<%=current_user.first_name%>
<%=current_user.last_name%>
<%=current_user.andand.identity_url%>