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)
|
2019-05-22 00:04:19 -04:00
|
|
|
= link_to namespace_project_issue_path(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?
|
2018-06-14 00:11:10 -04:00
|
|
|
%span.badge.badge-danger.prepend-left-5= _("Closed")
|
2018-04-09 13:42:45 -04:00
|
|
|
.float-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
|
2018-03-05 08:45:35 -05:00
|
|
|
#{issue.project.full_name}
|