gitlab-org--gitlab-foss/app/views/search/results/_issue.html.haml

14 lines
474 B
Text
Raw Normal View History

.search-result-row
%h4
= confidential_icon(issue)
= link_to namespace_project_issue_path(issue.project.namespace.becomes(Namespace), issue.project, issue) do
%span.term.str-truncated= issue.title
- if issue.closed?
%span.badge.badge-danger.prepend-left-5= _("Closed")
.float-right ##{issue.iid}
- if issue.description.present?
.description.term
2017-04-28 10:57:17 -04:00
= search_md_sanitize(issue, :description)
%span.light
#{issue.project.full_name}