13 lines
413 B
Text
13 lines
413 B
Text
.search-result-row
|
|
%h4
|
|
= confidential_icon(issue)
|
|
= link_to project_issue_path(issue.project, issue) do
|
|
%span.term.str-truncated= issue.title
|
|
- if issue.closed?
|
|
%span.badge.badge-danger.gl-ml-2= _("Closed")
|
|
.float-right ##{issue.iid}
|
|
- if issue.description.present?
|
|
.description.term
|
|
= search_md_sanitize(issue, :description)
|
|
%span.light
|
|
#{issue.project.full_name}
|