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

_issue.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: b7a27ef6be2235c0a881a0eeff6c922d4d7e71db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.search-result-row
  %h4
    = confidential_icon(issue)
    = link_to [issue.project.namespace.becomes(Namespace), issue.project, issue] do
      %span.term.str-truncated= issue.title
    - if issue.closed?
      %span.label.label-danger.prepend-left-5 Closed
    .pull-right ##{issue.iid}
  - if issue.description.present?
    .description.term
      = search_md_sanitize(issue, :description)
  %span.light
    #{issue.project.full_name}