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
638f8541
Unverified
Commit
638f8541
authored
Feb 18, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hide labels filter for MRs and remove unnecessary padding
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
25741c97
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
13 deletions
+14
-13
_issues.html.haml
app/views/projects/issues/_issues.html.haml
+1
-1
index.html.haml
app/views/projects/issues/index.html.haml
+1
-1
_project_filter.html.haml
app/views/shared/_project_filter.html.haml
+12
-11
No files found.
app/views/projects/issues/_issues.html.haml
View file @
638f8541
...
...
@@ -2,7 +2,7 @@
.check-all-holder
=
check_box_tag
"check_all_issues"
,
nil
,
false
,
class:
"check_all_issues left"
.issues-filters
.dropdown.inline
.prepend-left-10
.dropdown.inline
%a
.dropdown-toggle.btn
{
href:
'#'
,
"data-toggle"
=>
"dropdown"
}
%i
.icon-user
%span
.light
assignee:
...
...
app/views/projects/issues/index.html.haml
View file @
638f8541
=
render
"head"
.row
.col-md-3
=
render
'shared/project_filter'
,
project_entities_path:
project_issues_path
(
@project
)
=
render
'shared/project_filter'
,
project_entities_path:
project_issues_path
(
@project
)
,
labels:
true
.col-md-9.issues-holder
=
render
"issues"
app/views/shared/_project_filter.html.haml
View file @
638f8541
...
...
@@ -26,17 +26,18 @@
=
link_to
project_filter_path
(
state:
'all'
)
do
All
%fieldset
%legend
Labels
%ul
.list-group
-
issue_label_names
.
each
do
|
label_name
|
=
link_to
labels_filter_path
(
label_name
),
class:
label_filter_class
(
label_name
)
do
%span
{
class:
"label #{label_css_class(label_name)}"
}
%i
.icon-tag
=
label_name
-
if
selected_label?
(
label_name
)
.pull-right
%i
.icon-remove
-
if
defined?
(
labels
)
%fieldset
%legend
Labels
%ul
.list-group
-
issue_label_names
.
each
do
|
label_name
|
=
link_to
labels_filter_path
(
label_name
),
class:
label_filter_class
(
label_name
)
do
%span
{
class:
"label #{label_css_class(label_name)}"
}
%i
.icon-tag
=
label_name
-
if
selected_label?
(
label_name
)
.pull-right
%i
.icon-remove
%fieldset
-
if
%w(state scope milestone_id assignee_id label_name)
.
select
{
|
k
|
params
[
k
].
present?
}.
any?
...
...
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