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: 195cf06c8ea73fa1b208d7f7556ddef491985ae8 (plain)
1
2
3
4
5
6
.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