summaryrefslogtreecommitdiff
path: root/app/views/discussions
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-01-25 12:51:53 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-01-25 12:51:53 +0000
commit84ae12c9ed525613c471a8c5d73f5989b07dd9f4 (patch)
treea7ae09ede7affd3c5593a234c37180b490adbac7 /app/views/discussions
parentf4c0ed5ee2a27c2643ade39ac387a4d9ac7b7d93 (diff)
parent08c57ec94ac622530c3bd401467ab6574b6de2e5 (diff)
downloadgitlab-ce-84ae12c9ed525613c471a8c5d73f5989b07dd9f4.tar.gz
Merge branch '22072-enable-haml-linters-phase-2' into 'master'
Enable HAML-LINT linters phase 2 Closes #22072 See merge request !8566
Diffstat (limited to 'app/views/discussions')
-rw-r--r--app/views/discussions/_parallel_diff_discussion.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/discussions/_parallel_diff_discussion.html.haml b/app/views/discussions/_parallel_diff_discussion.html.haml
index ef16b516e2c..3a19e021643 100644
--- a/app/views/discussions/_parallel_diff_discussion.html.haml
+++ b/app/views/discussions/_parallel_diff_discussion.html.haml
@@ -6,7 +6,7 @@
.content{ class: ('hide' unless discussion_left.expanded?) }
= render "discussions/notes", discussion: discussion_left, line_type: 'old'
- else
- %td.notes_line.old= ""
+ %td.notes_line.old= ("")
%td.notes_content.parallel.old
.content
@@ -16,6 +16,6 @@
.content{ class: ('hide' unless discussion_right.expanded?) }
= render "discussions/notes", discussion: discussion_right, line_type: 'new'
- else
- %td.notes_line.new= ""
+ %td.notes_line.new= ("")
%td.notes_content.parallel.new
.content