diff options
Diffstat (limited to 'app/views/projects/issues/index.html.haml')
-rw-r--r-- | app/views/projects/issues/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |