gitlab-org--gitlab-foss/app/views/search/results/_project.html.haml
Dmitriy Zaporozhets 1056d91c67
Improve search results output. Fixes some markup issues
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-28 11:06:19 +03:00

6 lines
174 B
Text

.search-result-row
%h4
= link_to project do
%span.term= project.name_with_namespace
- if project.description.present?
%span.light.term= project.description