Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
diaspora
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Gigadoc 2
diaspora
Commits
20822d33
Unverified
Commit
20822d33
authored
Jul 31, 2017
by
Benjamin Neff
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7508 from svbergerem/mobile-comment-link
Direct links to mobile comments
parents
6b131409
cd0f8a66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Changelog.md
Changelog.md
+1
-0
app/views/comments/_comment.mobile.haml
app/views/comments/_comment.mobile.haml
+1
-1
No files found.
Changelog.md
View file @
20822d33
...
...
@@ -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
...
...
app/views/comments/_comment.mobile.haml
View file @
20822d33
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment