summaryrefslogtreecommitdiff
path: root/app/views/projects/issues
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-09-07 17:45:31 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-09-08 11:52:20 +0300
commit1a18eb59ab73670b143d0e688a9b715c75d1baa0 (patch)
tree37ca7e42b37ed51ba4252c695618cc2a3f3fa02b /app/views/projects/issues
parent274e6c491148f70a21f646fc1014da11db290460 (diff)
downloadgitlab-ce-1a18eb59ab73670b143d0e688a9b715c75d1baa0.tar.gz
Fix issues bulk update from issues index page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r--app/views/projects/issues/_issues.html.haml2
-rw-r--r--app/views/projects/issues/index.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/issues/_issues.html.haml b/app/views/projects/issues/_issues.html.haml
index f34f3c05737..a2c31c0b4c5 100644
--- a/app/views/projects/issues/_issues.html.haml
+++ b/app/views/projects/issues/_issues.html.haml
@@ -1,4 +1,4 @@
-%ul.content-list.issues-list
+%ul.content-list.issues-list.issuable-list
= render @issues
- if @issues.blank?
%li
diff --git a/app/views/projects/issues/index.html.haml b/app/views/projects/issues/index.html.haml
index 023ea5f17d7..8da9f2100e9 100644
--- a/app/views/projects/issues/index.html.haml
+++ b/app/views/projects/issues/index.html.haml
@@ -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