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

14 lines
413 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)
2020-10-24 23:57:45 +05:30
= link_to project_issue_path(issue.project, issue) do
2015-04-26 12:48:37 +05:30
%span.term.str-truncated= issue.title
2017-08-17 22:00:37 +05:30
- if issue.closed?
2020-07-28 23:09:34 +05:30
%span.badge.badge-danger.gl-ml-2= _("Closed")
2018-11-08 19:23:39 +05:30
.float-right ##{issue.iid}
2015-04-26 12:48:37 +05:30
- 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}