summaryrefslogtreecommitdiff
path: root/app/views/search/results/_project.html.haml
blob: 301b65eca2964e78294a1943e64f2a2f77e02275 (plain)
1
2
3
4
5
6
.search-result-row
  %h4
    = link_to project do
      %span.term= project.name_with_namespace
  - if project.description.present?
    %span.light.term= project.description