diff --git a/app/helpers/social_helper/tumblr_methods.rb b/app/helpers/social_helper/tumblr_methods.rb index 0a16f258..f6e4710c 100644 --- a/app/helpers/social_helper/tumblr_methods.rb +++ b/app/helpers/social_helper/tumblr_methods.rb @@ -5,7 +5,7 @@ module SocialHelper::TumblrMethods asker = if answer.question.author_is_anonymous? APP_CONFIG['anonymous_name'] else - answer.question.user.profile.display_name.blank? ? answer.question.user.screen_name : answer.question.user.profile.display_name + answer.question.user.profile.safe_name end "#{asker} asked: #{answer.question.content}"