summaryrefslogtreecommitdiff
path: root/app/views/projects/tree
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-01-10 01:05:50 +0200
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-01-23 13:27:54 +0200
commitc306c6da20d3422664a6fda7f4b0e680b5c3db7e (patch)
tree099b34a424761aa7dc606fbe44a5b53507d3d120 /app/views/projects/tree
parent13bf010fe57e3a5e8e4b2b1a7df2d1206326c500 (diff)
downloadgitlab-ce-c306c6da20d3422664a6fda7f4b0e680b5c3db7e.tar.gz
Adjust last push notification width
Diffstat (limited to 'app/views/projects/tree')
-rw-r--r--app/views/projects/tree/show.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/tree/show.html.haml b/app/views/projects/tree/show.html.haml
index 709be20e00f..3b4057e56d0 100644
--- a/app/views/projects/tree/show.html.haml
+++ b/app/views/projects/tree/show.html.haml
@@ -6,7 +6,6 @@
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, project_commits_url(@project, @ref, rss_url_options), title: "#{@project.name}:#{@ref} commits")
-= render 'projects/last_push'
-
%div{ class: [(container_class), ("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)