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-05-15 13:11:16 +0300
committerDouwe Maan <douwe@gitlab.com>2015-05-15 13:11:16 +0300
commitac3d472ff4cbeadaa5a77c26a41ec08946bfb6dc (patch)
tree26fb00041f4ed68a500211443ee6d23c279e9aec /app/views/events
parent07fd736d2ef0e258f585e4151ab7a906ede80e19 (diff)
Fix push event.
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
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