debian-mirror-gitlab/app/views/search/results/_issue.html.haml
2017-08-17 22:00:37 +05:30

13 lines
449 B
Text

.search-result-row
%h4
= confidential_icon(issue)
= link_to [issue.project.namespace.becomes(Namespace), issue.project, issue] do
%span.term.str-truncated= issue.title
- if issue.closed?
%span.label.label-danger.prepend-left-5 Closed
.pull-right ##{issue.iid}
- if issue.description.present?
.description.term
= search_md_sanitize(issue, :description)
%span.light
#{issue.project.name_with_namespace}