debian-mirror-gitlab/app/views/search/results/_issue.html.haml

14 lines
439 B
Text
Raw Normal View History

2015-04-26 12:48:37 +05:30
.search-result-row
%h4
2016-06-02 11:05:42 +05:30
= confidential_icon(issue)
2015-04-26 12:48:37 +05:30
= link_to [issue.project.namespace.becomes(Namespace), issue.project, issue] do
%span.term.str-truncated= issue.title
2017-08-17 22:00:37 +05:30
- if issue.closed?
%span.label.label-danger.prepend-left-5 Closed
2015-04-26 12:48:37 +05:30
.pull-right ##{issue.iid}
- if issue.description.present?
.description.term
2017-08-17 22:00:37 +05:30
= search_md_sanitize(issue, :description)
2015-04-26 12:48:37 +05:30
%span.light
2018-03-27 19:54:05 +05:30
#{issue.project.full_name}