BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
b0d8d742
Commit
b0d8d742
authored
Dec 16, 2016
by
Lin Jen-Shin
Committed by
Clement Ho
Jan 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass the arguments from where we render the partial
Thread:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_19707619
parent
12753def
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
index.html.haml
app/views/projects/issues/index.html.haml
+1
-1
_search_bar.html.haml
app/views/shared/issuable/_search_bar.html.haml
+3
-0
No files found.
app/views/projects/issues/index.html.haml
View file @
b0d8d742
...
...
@@ -32,7 +32,7 @@
title:
"New Issue"
,
id:
"new_issue_link"
do
New Issue
=
render
'shared/issuable/search_bar'
,
type: :issues
=
render
'shared/issuable/search_bar'
,
type: :issues
,
finder:
issues_finder
.issues-holder
=
render
'issues'
...
...
app/views/shared/issuable/_search_bar.html.haml
View file @
b0d8d742
-
type
=
local_assigns
.
fetch
(
:type
)
-
finder
=
local_assigns
.
fetch
(
:finder
)
.issues-filters
.issues-details-filters.row-content-block.second-block.filtered-search-block
=
form_tag
page_filter_path
(
without:
[
:assignee_id
,
:author_id
,
:milestone_title
,
:label_name
,
:search
]),
method: :get
,
class:
'filter-form js-filter-form'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment