BigW Consortium Gitlab

_issues.html.haml 266 Bytes
- if @issues.to_a.any?
  .panel.panel-default.panel-small.panel-without-border
    %ul.content-list.issues-list
      = render partial: 'projects/issues/issue', collection: @issues
  = paginate @issues, theme: "gitlab"
- else
  = render 'shared/empty_states/issues'