diff --git a/app/views/projects/issues/_issues.html.haml b/app/views/projects/issues/_issues.html.haml index f34f3c0573743d4cb746e3e51399c6d1054907bb..a2c31c0b4c5003778badce476ad50291c594055d 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 023ea5f17d739ecab181f34e16b8e5279c1d71c0..8da9f2100e954afb3832249c0edfe2ed7f40707c 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