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: 0f38d0e3b399cd576b2e166fe112f105b1246a89 (plain)
1
2
3
4
5
6
7
- if @issues.to_a.any?
  .card.card-without-border
    %ul.content-list.issues-list.issuable-list{ class: ("manual-ordering" if @sort == 'relative_position'), data: { group_full_path: @group&.full_path } }
      = render partial: 'projects/issues/issue', collection: @issues
  = paginate @issues, theme: "gitlab"
- else
  = render 'shared/empty_states/issues'