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:
authorDouwe Maan <douwe@selenight.nl>2016-07-29 04:14:00 +0300
committerDouwe Maan <douwe@selenight.nl>2016-07-29 04:28:56 +0300
commit6d9715d8777265737c076abe06362d2a8e9e498d (patch)
treead55282043bd84bfbe8b4419568289b895e82d22 /app/views/discussions/_diff_with_notes.html.haml
parentce1843b7dea3b63cfced7800612098a766c68e13 (diff)
Show existing discussion when adding new comment on line with a hidden resolved discussion
Diffstat (limited to 'app/views/discussions/_diff_with_notes.html.haml')
-rw-r--r--app/views/discussions/_diff_with_notes.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/discussions/_diff_with_notes.html.haml b/app/views/discussions/_diff_with_notes.html.haml
index 02b159ffd45..81f538a9de1 100644
--- a/app/views/discussions/_diff_with_notes.html.haml
+++ b/app/views/discussions/_diff_with_notes.html.haml
@@ -11,4 +11,4 @@
= render "projects/diffs/line", line: line, diff_file: diff_file, plain: true
- if discussion.for_line?(line)
- = render "discussions/diff_discussion", discussion: discussion
+ = render "discussions/diff_discussion", discussion: discussion, expanded: true