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

10 lines
230 B
Plaintext
Raw Normal View History

%li
issue:
= link_to [issue.project, issue] do
%span ##{issue.iid}
%strong.term
= truncate issue.title, length: 50
%span.light (#{issue.project.name_with_namespace})
- if issue.closed?
%span.label Closed