BigW Consortium Gitlab

_issue.html.haml 447 Bytes
Newer Older
1
.search-result-row
2
  %h4
Vinnie Okada committed
3
    = link_to [issue.project.namespace.becomes(Namespace), issue.project, issue] do
4 5
      %span.term.str-truncated= issue.title
    .pull-right ##{issue.iid}
6 7 8 9
  - if issue.description.present?
    .description.term
      = preserve do
        = search_md_sanitize(markdown(issue.description))
10 11
  %span.light
    #{issue.project.name_with_namespace}
12
  - if issue.closed?
13 14
    .pull-right
      %span.label.label-danger Closed