Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-27 11:27:00 +0300
committerPhil Hughes <me@iamphill.com>2016-07-27 11:27:00 +0300
commit5a0cd0e947c3e7632400a309d1cca08a3d84a5b0 (patch)
treee97247b15eb1f390cfe666303d49f1ef00426256 /app/views/discussions/_parallel_diff_discussion.html.haml
parentc6d96fdfbcc26f52ad60ae746c4110dd5485ad08 (diff)
Added jump tp next discussion button
Diffstat (limited to 'app/views/discussions/_parallel_diff_discussion.html.haml')
-rw-r--r--app/views/discussions/_parallel_diff_discussion.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/discussions/_parallel_diff_discussion.html.haml b/app/views/discussions/_parallel_diff_discussion.html.haml
index 773a50a221b..a0156814b5d 100644
--- a/app/views/discussions/_parallel_diff_discussion.html.haml
+++ b/app/views/discussions/_parallel_diff_discussion.html.haml
@@ -11,6 +11,7 @@
= link_to_reply_discussion(discussion_left, 'old')
.btn-group{ role: "group" }
= render "discussions/resolve_all", discussion: discussion_left
+ = render "discussions/jump_to_next", discussion: discussion
- else
%td.notes_line.old= ""
%td.notes_content.parallel.old= ""
@@ -27,6 +28,7 @@
= link_to_reply_discussion(discussion_right, 'new')
.btn-group{ role: "group" }
= render "discussions/resolve_all", discussion: discussion_right
+ = render "discussions/jump_to_next", discussion: discussion
- else
%td.notes_line.new= ""
%td.notes_content.parallel.new= ""