diff --git a/Changelog.md b/Changelog.md index 0eabfc2a9..f6cf6f540 100644 --- a/Changelog.md +++ b/Changelog.md @@ -29,6 +29,7 @@ Ruby 2.1 is no longer officially supported. * Add support for new mention syntax [#7300](https://github.com/diaspora/diaspora/pull/7300) [#7394](https://github.com/diaspora/diaspora/pull/7394) * Render mentions as links in comments [#7327](https://github.com/diaspora/diaspora/pull/7327) * Add support for mentions in comments to the front-end [#7386](https://github.com/diaspora/diaspora/pull/7386) +* Support direct links to comments on mobile [#7508](https://github.com/diaspora/diaspora/pull/7508) # 0.6.8.0 diff --git a/app/views/comments/_comment.mobile.haml b/app/views/comments/_comment.mobile.haml index 79cf8bc9c..8664c7413 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, class: ("hidden" if defined? hidden)} .content .media .media-left