Commit a2a17e0e authored by Bryce Johnson's avatar Bryce Johnson

Remove unused ee issues index.

parent 9a27180c
- empty_state_path = local_assigns.fetch(:empty_state_path, 'shared/empty_states/issues')
%h1 ee issues list
%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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment