From 5e922316c339bf4e214da1ee99a8c6b1a90df918 Mon Sep 17 00:00:00 2001 From: Cassiano Blonski Sampaio Date: Mon, 11 Mar 2019 16:16:46 -0300 Subject: [PATCH] Add tooltip over delete button of comment #4992 --- app/views/notes/_comment.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notes/_comment.html.erb b/app/views/notes/_comment.html.erb index 5860fdd425..abfdedc6c7 100644 --- a/app/views/notes/_comment.html.erb +++ b/app/views/notes/_comment.html.erb @@ -84,7 +84,7 @@ <% end %> <% if current_user && (current_user.role == "admin" || current_user.role == "moderator" || comment.uid == current_user.uid || comment.parent.uid == current_user.uid) %> - + <% end %>