summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-06 15:39:33 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-06 15:39:33 -0800
commitb55a0519acb34a764b2a350010aa813fd35b361e (patch)
tree53a43a972224684711b6a4bed59ab573c1dab71d /app/views/projects/commits/show.html.haml
parent842f9e03a8b6c5e7a25381aeeafa35ef7d927c71 (diff)
downloadgitlab-ce-b55a0519acb34a764b2a350010aa813fd35b361e.tar.gz
Pass source project variable to commits list on MR page
Diffstat (limited to 'app/views/projects/commits/show.html.haml')
-rw-r--r--app/views/projects/commits/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml
index 56956625e0b..b80639763c8 100644
--- a/app/views/projects/commits/show.html.haml
+++ b/app/views/projects/commits/show.html.haml
@@ -13,7 +13,7 @@
= commits_breadcrumbs
%div{id: dom_id(@project)}
- #commits-list= render "commits"
+ #commits-list= render "commits", project: @project
.clear
= spinner