2014-08-28 04:06:19 -04:00
|
|
|
.search-result-row
|
2014-08-27 03:48:51 -04:00
|
|
|
%h4
|
2016-03-17 17:00:03 -04:00
|
|
|
= confidential_icon(issue)
|
2015-01-24 13:02:58 -05:00
|
|
|
= link_to [issue.project.namespace.becomes(Namespace), issue.project, issue] do
|
2014-08-27 03:48:51 -04:00
|
|
|
%span.term.str-truncated= issue.title
|
2017-04-14 15:16:04 -04:00
|
|
|
- if issue.closed?
|
|
|
|
%span.label.label-danger.prepend-left-5 Closed
|
2014-08-27 03:48:51 -04:00
|
|
|
.pull-right ##{issue.iid}
|
2014-08-27 05:49:45 -04:00
|
|
|
- if issue.description.present?
|
|
|
|
.description.term
|
2017-04-28 10:57:17 -04:00
|
|
|
= search_md_sanitize(issue, :description)
|
2014-08-27 03:48:51 -04:00
|
|
|
%span.light
|
|
|
|
#{issue.project.name_with_namespace}
|