diff options
author | Phil Hughes <me@iamphill.com> | 2016-07-27 09:27:00 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-07-27 09:27:00 +0100 |
commit | 5a0cd0e947c3e7632400a309d1cca08a3d84a5b0 (patch) | |
tree | e97247b15eb1f390cfe666303d49f1ef00426256 /app/views/discussions/_parallel_diff_discussion.html.haml | |
parent | c6d96fdfbcc26f52ad60ae746c4110dd5485ad08 (diff) | |
download | gitlab-ce-5a0cd0e947c3e7632400a309d1cca08a3d84a5b0.tar.gz |
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.haml | 2 |
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= "" |