From ac3d472ff4cbeadaa5a77c26a41ec08946bfb6dc Mon Sep 17 00:00:00 2001
From: Douwe Maan <douwe@gitlab.com>
Date: Fri, 15 May 2015 12:11:16 +0200
Subject: [PATCH] Fix push event.

---
 app/views/events/_commit.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/events/_commit.html.haml b/app/views/events/_commit.html.haml
index c86ce9ae651..742b74a67c7 100644
--- a/app/views/events/_commit.html.haml
+++ b/app/views/events/_commit.html.haml
@@ -2,4 +2,4 @@
   .commit-row-title
     = link_to truncate_sha(commit[:id]), namespace_project_commit_path(project.namespace, project, commit[:id]), class: "commit_short_id", alt: ''
     &nbsp;
-    = gfm event_commit_title(commit[:message]), project
+    = gfm event_commit_title(commit[:message]), project: project
-- 
GitLab