summaryrefslogtreecommitdiff
path: root/app/views/search
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-03 12:00:27 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-03 12:00:27 +0100
commitd23ffc832c465c873ad5a70117a57bf32f0b4735 (patch)
treed9e01cf24d602261d661e214b3a33ff7f349d423 /app/views/search
parent8a22b5bf544bd258b5cacca78b9f241849418d16 (diff)
downloadgitlab-ce-d23ffc832c465c873ad5a70117a57bf32f0b4735.tar.gz
Fix code that depends on incorrect inflector behavior
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/search')
-rw-r--r--app/views/search/results/_commit.html.haml (renamed from app/views/search/results/_commits.html.haml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/results/_commits.html.haml b/app/views/search/results/_commit.html.haml
index 7cff694350f..4e6c3965dc6 100644
--- a/app/views/search/results/_commits.html.haml
+++ b/app/views/search/results/_commit.html.haml
@@ -1,2 +1,2 @@
.search-result-row
- = render 'projects/commits/commit', project: @project, commit: commits
+ = render 'projects/commits/commit', project: @project, commit: commit