summaryrefslogtreecommitdiff
path: root/app/views/search/results
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-26 22:44:02 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-08-26 22:44:02 +0200
commitb54358b45785639acc49e4b065020d2089040bd9 (patch)
tree48cc2f1e1c710851ae1ad27ad5703376f1ca9027 /app/views/search/results
parentc27c81331183dd6c878b4a74df7e62e37b006a04 (diff)
downloadgitlab-ce-b54358b45785639acc49e4b065020d2089040bd9.tar.gz
Refactor project list rendering
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/search/results')
-rw-r--r--app/views/search/results/_project.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/search/results/_project.html.haml b/app/views/search/results/_project.html.haml
deleted file mode 100644
index 195cf06c8ea..00000000000
--- a/app/views/search/results/_project.html.haml
+++ /dev/null
@@ -1,6 +0,0 @@
-.search-result-row
- %h4
- = link_to [project.namespace.becomes(Namespace), project] do
- %span.term= project.name_with_namespace
- - if project.description.present?
- %span.light.term= project.description