Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4f0146bf
Commit
4f0146bf
authored
Feb 13, 2018
by
Ashley Dumaine
Committed by
adumaine
Feb 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change group_children_path to filter_groups_path like for the sort order filter
Signed-off-by:
Ashley Dumaine
<
adumaine@datto.com
>
parent
201f53e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/shared/groups/_dropdown.html.haml
app/views/shared/groups/_dropdown.html.haml
+3
-3
No files found.
app/views/shared/groups/_dropdown.html.haml
View file @
4f0146bf
...
...
@@ -23,11 +23,11 @@
-
if
show_archive_options
%li
.divider
%li
.js-filter-archived-projects
=
link_to
group_children_path
(
@group
,
archived:
nil
),
class:
(
"is-active"
unless
params
[
:archived
].
present?
)
do
=
link_to
filter_groups_path
(
archived:
nil
),
class:
(
"is-active"
unless
params
[
:archived
].
present?
)
do
Hide archived projects
%li
.js-filter-archived-projects
=
link_to
group_children_path
(
@group
,
archived:
true
),
class:
(
"is-active"
if
Gitlab
::
Utils
.
to_boolean
(
params
[
:archived
]))
do
=
link_to
filter_groups_path
(
archived:
true
),
class:
(
"is-active"
if
Gitlab
::
Utils
.
to_boolean
(
params
[
:archived
]))
do
Show archived projects
%li
.js-filter-archived-projects
=
link_to
group_children_path
(
@group
,
archived:
'only'
),
class:
(
"is-active"
if
params
[
:archived
]
==
'only'
)
do
=
link_to
filter_groups_path
(
archived:
'only'
),
class:
(
"is-active"
if
params
[
:archived
]
==
'only'
)
do
Show archived projects only
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