@profile.info == "Click on text to edit user info." ? @info = " " : @info = @profile.info
                @profile.motivations == "Click on text to edit user motivations." ? @motivations = " " : @motivations = @profile.motivations
                @profile.priorities == "Click on text to edit user priorities." ? @priorities = " " : @priorities = @profile.priorities
            end