From 7c954fa16e9ad28bf018ef5b610bb0cb31cdcb8c Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Mon, 2 Nov 2020 09:57:08 -0500 Subject: [PATCH] Remove social icons from comment liquid tag (#11186) --- app/views/comments/_liquid.html.erb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/views/comments/_liquid.html.erb b/app/views/comments/_liquid.html.erb index 7c938a9b7..6f868b192 100644 --- a/app/views/comments/_liquid.html.erb +++ b/app/views/comments/_liquid.html.erb @@ -7,16 +7,6 @@ <%= comment.user.name %> - <% if comment.user.twitter_username.present? %> - - twitter - - <% end %> - <% if comment.user.github_username.present? %> - - github - - <% end %> <%= render "comments/comment_date", decorated_comment: comment.decorate %>