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

_issues.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 987a5d4f13f705f985c938d39ba3bc53f5cfc746 (plain)
1
2
3
4
5
6
7
- if @issues.to_a.any?
  .card.card-small.card-without-border
    %ul.content-list.issues-list.issuable-list
      = render partial: 'projects/issues/issue', collection: @issues
  = paginate @issues, theme: "gitlab"
- else
  = render 'shared/empty_states/issues'