gitlab-org--gitlab-foss/app/views/projects/issues/_issues.html.haml
Dmitriy Zaporozhets 1a18eb59ab Fix issues bulk update from issues index page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-09-08 11:52:20 +03:00

8 lines
197 B
Text

%ul.content-list.issues-list.issuable-list
= render @issues
- if @issues.blank?
%li
.nothing-here-block No issues to show
- if @issues.present?
= paginate @issues, theme: "gitlab"