Add guid as id attribute to mobile comments
This commit is contained in:
parent
6b131409f9
commit
8a3d33d707
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue