summaryrefslogtreecommitdiff
path: root/app/views/search/results/_project.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-27 12:37:31 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-27 12:37:31 +0300
commit7e59a8fee8c89d6217bd48bf1050526f59cb96aa (patch)
tree1063fd0093bbcbbe4e38df6299adb2777f0884b3 /app/views/search/results/_project.html.haml
parent13f6dc1a9476ef2c86538ede8420e915eb999a1c (diff)
downloadgitlab-ce-7e59a8fee8c89d6217bd48bf1050526f59cb96aa.tar.gz
Improve comment search results
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/search/results/_project.html.haml')
-rw-r--r--app/views/search/results/_project.html.haml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/search/results/_project.html.haml b/app/views/search/results/_project.html.haml
index abc86c72bef..8c8baab8a5b 100644
--- a/app/views/search/results/_project.html.haml
+++ b/app/views/search/results/_project.html.haml
@@ -1,7 +1,6 @@
%li
- project:
- = link_to project do
- %strong.term= project.name_with_namespace
+ %h4
+ = link_to project do
+ %span.term= project.name_with_namespace
- if project.description.present?
- &ndash;
%span.light.term= project.description