diff --git a/app/views/notes/_comment.html.erb b/app/views/notes/_comment.html.erb index fde5743fc9..c53418eae8 100644 --- a/app/views/notes/_comment.html.erb +++ b/app/views/notes/_comment.html.erb @@ -49,17 +49,14 @@ --> <% end %> + <% if comment.comment_via == 1 %> + + <% end %> <% if current_user && comment.uid == current_user.uid %> <% end %> - <% if comment.comment_via == 1 %> - - <% end %> - <% if params[:controller] == "questions" && logged_in_as(['admin', 'moderator']) || (current_user && (comment.uid == current_user.uid)) %> - - <% end %> <% if current_user &. can_moderate? %>