diff --git a/app/views/shared/comments/_item.html.erb b/app/views/shared/comments/_item.html.erb index a7ea06a72..508acaea4 100644 --- a/app/views/shared/comments/_item.html.erb +++ b/app/views/shared/comments/_item.html.erb @@ -2,7 +2,7 @@ <% readonly = false unless defined?(readonly) %> <% edit_mode = (comment.user == current_user && !readonly) %>