diff --git a/app/views/comments/_single.html.haml b/app/views/comments/_single.html.haml index 9c8e37609..951df30bb 100644 --- a/app/views/comments/_single.html.haml +++ b/app/views/comments/_single.html.haml @@ -9,7 +9,7 @@ - if comment.author = link_to comment.author.login_name, member_path(comment.author) - else - Deleted + Member Deleted on = comment.created_at - if comment.updated_at > comment.created_at