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:
authorLin Jen-Shin <godfat@godfat.org>2018-06-08 20:43:23 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-06-11 15:33:40 +0300
commita038083e39b76fb5c0426f6b7b170500aa94f2e6 (patch)
tree992074a9cb0815c3f43185ddafe47b73c8faa8ee /app/views/search/results/_commit.html.haml
parenta20d3ff2b004e8ab62c037d1a7b9018dcb402913 (diff)
Unify app/views/search/results by using EE
Diffstat (limited to 'app/views/search/results/_commit.html.haml')
-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 f34eaf89027..89c15ee8fc2 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, ref: nil
+= render 'projects/commits/commit', project: commit.project, commit: commit, ref: nil, show_project_name: true