Merge pull request #7508 from svbergerem/mobile-comment-link
Direct links to mobile comments
This commit is contained in:
commit
20822d3333
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue