summaryrefslogtreecommitdiff
path: root/app/views/search/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-06 09:58:43 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-06 09:58:43 +0200
commitd618a5fec361b85fafffd5cf4a53d044e82bdb5a (patch)
treeb3dc111c1335a676bd927cc56846356c3a1908e0 /app/views/search/show.html.haml
parent593b05ea945f63fde39689eb62cf890d417b39bc (diff)
downloadgitlab-ce-d618a5fec361b85fafffd5cf4a53d044e82bdb5a.tar.gz
Refactor search views
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/search/show.html.haml')
-rw-r--r--app/views/search/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/show.html.haml b/app/views/search/show.html.haml
index f1f65981b37..25e8c00888a 100644
--- a/app/views/search/show.html.haml
+++ b/app/views/search/show.html.haml
@@ -13,4 +13,4 @@
.results.prepend-top-10
- if params[:search].present?
- = render 'search/result'
+ = render 'search/results'