summaryrefslogtreecommitdiff
path: root/app/views/projects/tree
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-11-23 17:16:01 +0000
committerPhil Hughes <me@iamphill.com>2017-11-24 15:55:07 +0000
commita76cd8833c8e5d72decba7139c5f57a29eae6a0c (patch)
treec9e177629fcc0deac6a29ca4c1b5b2fe47f8d9f7 /app/views/projects/tree
parent882dac685cd643755d733ab947d347e346488c73 (diff)
downloadgitlab-ce-a76cd8833c8e5d72decba7139c5f57a29eae6a0c.tar.gz
Added IDE commit panel
Closes #40041
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r--app/views/projects/tree/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/show.html.haml b/app/views/projects/tree/show.html.haml
index 745a6040488..64cc70053ef 100644
--- a/app/views/projects/tree/show.html.haml
+++ b/app/views/projects/tree/show.html.haml
@@ -11,6 +11,6 @@
= webpack_bundle_tag 'common_vue'
= webpack_bundle_tag 'repo'
-%div{ class: [container_class, ("limit-container-width" unless fluid_layout)] }
+%div{ class: [(container_class unless show_new_repo?), ("limit-container-width" unless fluid_layout)] }
= render 'projects/last_push'
= render 'projects/files', commit: @last_commit, project: @project, ref: @ref, content_url: project_tree_path(@project, @id)