diff options
author | Lin Jen-Shin <godfat@godfat.org> | 2016-12-19 06:32:42 +0000 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-01-09 16:01:36 -0600 |
commit | 0a1d8875b715431e7631051e29b47c78b6e135ce (patch) | |
tree | df61d6b474a48aee443c925b6076f6f535506d61 | |
parent | f7f9e58092892e5bae0887aa2c0ee9f699085aad (diff) | |
download | gitlab-ce-0a1d8875b715431e7631051e29b47c78b6e135ce.tar.gz |
we're actually not using issue finder here
-rw-r--r-- | app/views/projects/issues/index.html.haml | 2 | ||||
-rw-r--r-- | app/views/shared/issuable/_search_bar.html.haml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/issues/index.html.haml b/app/views/projects/issues/index.html.haml index 6585e8de1e7..18e8372ecab 100644 --- a/app/views/projects/issues/index.html.haml +++ b/app/views/projects/issues/index.html.haml @@ -32,7 +32,7 @@ title: "New Issue", id: "new_issue_link" do New Issue - = render 'shared/issuable/search_bar', type: :issues, finder: issues_finder + = render 'shared/issuable/search_bar', type: :issues .issues-holder = render 'issues' diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml index b65d523ddc8..8620deb4dfd 100644 --- a/app/views/shared/issuable/_search_bar.html.haml +++ b/app/views/shared/issuable/_search_bar.html.haml @@ -1,5 +1,4 @@ - type = local_assigns.fetch(:type) -- finder = local_assigns.fetch(:finder) .issues-filters .issues-details-filters.row-content-block.second-block.filtered-search-block |