summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/show.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-11-27 09:15:59 +0000
committerPhil Hughes <me@iamphill.com>2018-11-27 10:14:58 +0000
commit79ce045dc4726cadaefd860b2645c6696306b335 (patch)
tree1e1094bcde90606ce4e7bcb980eab286cf7a091f /app/views/projects/commit/show.html.haml
parentea8f0f3bcc02e26f6dbb7f40b3575bbaac852328 (diff)
downloadgitlab-ce-79ce045dc4726cadaefd860b2645c6696306b335.tar.gz
Fixed UI bugs with sticky diff header
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54503
Diffstat (limited to 'app/views/projects/commit/show.html.haml')
-rw-r--r--app/views/projects/commit/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commit/show.html.haml b/app/views/projects/commit/show.html.haml
index 541ae905246..79e32949db9 100644
--- a/app/views/projects/commit/show.html.haml
+++ b/app/views/projects/commit/show.html.haml
@@ -13,7 +13,7 @@
= render "ci_menu"
- else
.block-connector
- = render "projects/diffs/diffs", diffs: @diffs, environment: @environment
+ = render "projects/diffs/diffs", diffs: @diffs, environment: @environment, is_commit: true
.limited-width-notes
= render "shared/notes/notes_with_form", :autocomplete => true