2015-04-26 12:48:37 +05:30
|
|
|
.search-result-row
|
|
|
|
%h4
|
2016-06-02 11:05:42 +05:30
|
|
|
= confidential_icon(issue)
|
2015-04-26 12:48:37 +05:30
|
|
|
= link_to [issue.project.namespace.becomes(Namespace), issue.project, issue] do
|
|
|
|
%span.term.str-truncated= issue.title
|
2017-08-17 22:00:37 +05:30
|
|
|
- if issue.closed?
|
2019-03-02 22:35:43 +05:30
|
|
|
%span.badge.badge-danger.prepend-left-5= _("Closed")
|
2018-11-08 19:23:39 +05:30
|
|
|
.float-right ##{issue.iid}
|
2015-04-26 12:48:37 +05:30
|
|
|
- if issue.description.present?
|
|
|
|
.description.term
|
2017-08-17 22:00:37 +05:30
|
|
|
= search_md_sanitize(issue, :description)
|
2015-04-26 12:48:37 +05:30
|
|
|
%span.light
|
2018-03-27 19:54:05 +05:30
|
|
|
#{issue.project.full_name}
|