debian-mirror-gitlab/app/views/search/results/_issue.html.haml
2014-09-02 14:37:02 +02:00

9 lines
243 B
Text

%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.label-danger Closed