diff --git a/app/views/articles/_user_metadata.html.erb b/app/views/articles/_user_metadata.html.erb index ed793fad9..f53e5c5df 100644 --- a/app/views/articles/_user_metadata.html.erb +++ b/app/views/articles/_user_metadata.html.erb @@ -38,9 +38,15 @@ <% end %> <% else %> - <% if @user.email_public && @user.employer_name.present? && @user.location.present? && @user.education.present? %> + <% if @user.email_public && + @user.employer_name.present? && + @user.location.present? && + @user.education.present? && + @user.education.size > 25 && + @user.summary.to_s.size < 145 + %> <% end %> <% if @user.email_public %>