From 8a3d33d7077bca273ffed31f97cb4fe21030d5fa Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 30 Jul 2017 12:16:47 +0200 Subject: [PATCH] Add guid as id attribute to mobile comments --- app/views/comments/_comment.mobile.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/comments/_comment.mobile.haml b/app/views/comments/_comment.mobile.haml index 79cf8bc9c..273005c2e 100644 --- a/app/views/comments/_comment.mobile.haml +++ b/app/views/comments/_comment.mobile.haml @@ -2,7 +2,7 @@ -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file. -%li.comment{data:{guid:comment.id}, class: ("hidden" if(defined? hidden))} +%li.comment{id: comment.guid, data:{guid:comment.id}, class: ("hidden" if(defined? hidden))} .content .media .media-left