diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-25 17:01:27 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-25 17:01:27 +0200 |
commit | d25026a512cd0f8137ef6685a23a1d2ce898ffa7 (patch) | |
tree | 069422f7c9aec29aaf263629d0805f6003ad0443 /app/views/projects/issues/index.html.haml | |
parent | ebe9c89082d1536d3f4c7e2071692277e7957d57 (diff) | |
download | gitlab-ce-d25026a512cd0f8137ef6685a23a1d2ce898ffa7.tar.gz |
Add Accepted and Rejected tabs to MR lists.
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 709ea1f7897..a378b37f4a8 100644 --- a/app/views/projects/issues/index.html.haml +++ b/app/views/projects/issues/index.html.haml @@ -18,7 +18,7 @@ %i.fa.fa-plus New Issue - = render 'shared/issuable_filter' + = render 'shared/issuable_filter', type: :issues .issues-holder = render "issues" |