Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_issue.html.haml « results « search « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a24b76bced1b04dcdbb7a7efa354640252e9efc (plain)
1
2
3
4
5
6
7
8
9
%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