diff --git a/app/views/comments/partials/show/_comment.html.erb b/app/views/comments/partials/show/_comment.html.erb index 501a6a8a6..b240e144d 100644 --- a/app/views/comments/partials/show/_comment.html.erb +++ b/app/views/comments/partials/show/_comment.html.erb @@ -36,6 +36,13 @@ + <% if CurrentUser.is_moderator? %> +
  • |
  • +
  • + IP + <%= link_to_ip comment.ip_addr %> +
  • + <% end %> <% end %> <% if comment.editable_by?(CurrentUser.user) %>