Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
c887f837
Commit
c887f837
authored
Sep 15, 2016
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch out comments_disabled for diff_notes_disabled.
parent
a306cda7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
app/views/discussions/_jump_to_next.html.haml
app/views/discussions/_jump_to_next.html.haml
+2
-3
No files found.
app/views/discussions/_jump_to_next.html.haml
View file @
c887f837
-
if
@merge_request_diff
-
comments_disabled
=
@merge_request_diff
.
latest?
&&
!!
@start_sha
-
diff_notes_disabled
=
(
@merge_request_diff
.
latest?
&&
!!
@start_sha
)
if
@merge_request_diff
-
discussion
=
local_assigns
.
fetch
(
:discussion
,
nil
)
-
if
current_user
%jump-to-discussion
{
"inline-template"
=>
true
,
":discussion-id"
=>
"'#{discussion.try(:id)}'"
}
...
...
@@ -8,5 +7,5 @@
title:
"Jump to next unresolved discussion"
,
"aria-label"
=>
"Jump to next unresolved discussion"
,
data:
{
container:
"body"
},
disabled:
comment
s_disabled
}
disabled:
diff_note
s_disabled
}
=
custom_icon
(
"next_discussion"
)
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