summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-17 19:15:32 +0200
committerDouwe Maan <douwe@gitlab.com>2015-10-17 19:15:32 +0200
commitcfa3602a1303c39e78d5bf23ad0ab34b1966d397 (patch)
tree890405da3ef0f125d093ad48396d62ae86ee4b9a /app/views/projects/show.html.haml
parent70240f433cd822a8d6f3a5d904c3447b8f19a34a (diff)
downloadgitlab-ce-cfa3602a1303c39e78d5bf23ad0ab34b1966d397.tar.gz
Move last push info at top of project page.
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index fdd3d0b322e..f8c06d8b06b 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -7,8 +7,7 @@
= render 'shared/no_ssh'
= render 'shared/no_password'
-- if prefer_readme?
- = render 'projects/last_push'
+= render 'projects/last_push'
= render "home_panel"