diff options
author | Valery Sizov <valery@gitlab.com> | 2016-11-07 20:36:58 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2016-11-08 12:03:23 +0200 |
commit | ebc44befdc773b39a171d38dc13c38cd6630828a (patch) | |
tree | b52776fb22c732bafaf89e280a072118be2374b9 /app/views/search | |
parent | 6be0c160d346c67967e541a76b6fbf6fc1ba2456 (diff) | |
download | gitlab-ce-ebc44befdc773b39a171d38dc13c38cd6630828a.tar.gz |
Fix broken commits search24255-search-fix
Diffstat (limited to 'app/views/search')
-rw-r--r-- | app/views/search/results/_commit.html.haml | 2 |
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 |