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

_issues.html.haml « issues « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09b0b7a4d9b351d925bcf866b3ce7b507e7eb7a5 (plain)
1
2
3
4
5
6
7
8
9
10
= render 'shared/alerts/positioning_disabled' if @sort == 'relative_position'

%ul.content-list.issues-list.issuable-list{ class: issue_manual_ordering_class }
  = render partial: "projects/issues/issue", collection: @issues
  - if @issues.blank?
    - empty_state_path = local_assigns.fetch(:empty_state_path, 'shared/empty_states/issues')
    = render empty_state_path

- if @issues.present?
  = paginate_collection @issues, total_pages: @total_pages