Commit 1a18eb59 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix issues bulk update from issues index page

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 274e6c49
%ul.content-list.issues-list
%ul.content-list.issues-list.issuable-list
= render @issues
- if @issues.blank?
%li
......
......@@ -31,7 +31,7 @@
New Issue
= render 'shared/issuable/filter', type: :issues
.issues-holder.issuable-list
.issues-holder
= render 'issues'
- if new_issue_email
= render 'issue_by_email', email: new_issue_email
......
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