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:
authorRémy Coutable <remy@rymai.me>2016-11-07 21:08:56 +0300
committerRémy Coutable <remy@rymai.me>2016-11-07 21:08:56 +0300
commit511a5859ea3917a6e22687e53ec305b53c61ec2b (patch)
treecb37037979505556066e75ef6732f8c75cda3085
parent954b8e8336c33b749f4bdaf497629b6b3341b7a8 (diff)
Fix ref not passed to commit partial
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--app/views/search/results/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/results/_commit.html.haml b/app/views/search/results/_commit.html.haml
index 5b2d83d6b92..f34eaf89027 100644
--- a/app/views/search/results/_commit.html.haml
+++ b/app/views/search/results/_commit.html.haml
@@ -1 +1 @@
-= render 'projects/commits/commit', project: @project, commit: commit
+= render 'projects/commits/commit', project: @project, commit: commit, ref: nil