Merge pull request #7508 from svbergerem/mobile-comment-link

Direct links to mobile comments
This commit is contained in:
Benjamin Neff 2017-07-31 03:22:12 +02:00
commit 20822d3333
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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