% 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 %>
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%>