Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-10-17 20:15:32 +0300
committerDouwe Maan <douwe@gitlab.com>2015-10-17 20:15:32 +0300
commitcfa3602a1303c39e78d5bf23ad0ab34b1966d397 (patch)
tree890405da3ef0f125d093ad48396d62ae86ee4b9a /app/views/projects/activity.html.haml
parent70240f433cd822a8d6f3a5d904c3447b8f19a34a (diff)
Move last push info at top of project page.
Diffstat (limited to 'app/views/projects/activity.html.haml')
-rw-r--r--app/views/projects/activity.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/activity.html.haml b/app/views/projects/activity.html.haml
index 555ed76426d..69fa4ad37c4 100644
--- a/app/views/projects/activity.html.haml
+++ b/app/views/projects/activity.html.haml
@@ -1,4 +1,6 @@
- page_title "Activity"
- header_title project_title(@project, "Activity", activity_project_path(@project))
+= render 'projects/last_push'
+
= render 'projects/activity'