summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_issues.html.haml
blob: 6f7713124acbb4fe919f46021ee965c2d9250afa (plain)
1
2
3
4
5
6
7
8
9
- empty_state_path = local_assigns.fetch(:empty_state_path, 'shared/empty_states/issues')

%ul.content-list.issues-list.issuable-list
  = render partial: "projects/issues/issue", collection: @issues
  - if @issues.blank?
    = render empty_state_path

- if @issues.present?
  = paginate @issues, theme: "gitlab", total_pages: @total_pages