summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/_diffs.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-07-27 15:30:57 +0100
committerPhil Hughes <me@iamphill.com>2017-08-03 17:03:49 +0100
commit655510ec9a658c28f50ccb0caea394f5db7cae59 (patch)
treeba7d3c35c5d906ad28f2811cfb501bbc7aa0941e /app/views/projects/diffs/_diffs.html.haml
parent85582b0537c50304f30b71a0de61954b1f6c508a (diff)
downloadgitlab-ce-655510ec9a658c28f50ccb0caea394f5db7cae59.tar.gz
fixed haml lint
Diffstat (limited to 'app/views/projects/diffs/_diffs.html.haml')
-rw-r--r--app/views/projects/diffs/_diffs.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_diffs.html.haml b/app/views/projects/diffs/_diffs.html.haml
index f9385459a66..8c8aa4c78f5 100644
--- a/app/views/projects/diffs/_diffs.html.haml
+++ b/app/views/projects/diffs/_diffs.html.haml
@@ -3,7 +3,7 @@
- can_create_note = !@diff_notes_disabled && can?(current_user, :create_note, diffs.project)
- diff_files = diffs.diff_files
-.content-block.oneline-block.files-changed
+.content-block.oneline-block.files-changed.diff-files-changed.js-diff-files-changed
.inline-parallel-buttons
- if !diffs_expanded? && diff_files.any? { |diff_file| diff_file.collapsed? }
= link_to 'Expand all', url_for(params.merge(expanded: 1, format: nil)), class: 'btn btn-default'