.col-xs-12.no-padding.col-sm-4 = render 'sidebar' #info.col-xs-12.col-sm-8 section h1.tk-proxima-nova.heading-profile.text-center Congratulations! .space-50 .text-center p.type-content = "You may now continue to set up your profile as a #{Tutor.model_name.human}, or continue to your customer dashboard to begin using the platform. Don’t have time to set up your #{Tutor.model_name.human} account? No problem! You can always upgrade your customer account to a #{Tutor.model_name.human} account right from your dashboard." .space-30 .row .col-xs-12.col-sm-6 = link_to profile_path('type', user: {type: 'Tutor'}), method: :patch, remote: true do .roundtype span._middle = Tutor.model_name.human .space-10 span = "Continue as #{Tutor.model_name.human}" .col-xs-12.col-sm-6 = link_to profile_path('type', user: {type: 'Student'}), method: :patch, remote: true do .roundtype span._middle Customer .space-10 span Continue as Customer