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