Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_project.html.haml « results « search « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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