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
78de79d7
Commit
78de79d7
authored
9 years ago
by
Jerry Lukins
Committed by
Jerry Lukins
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Persist filters when sorting on user admin page
parent
c7894521
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
app/views/admin/users/index.html.haml
app/views/admin/users/index.html.haml
+7
-7
No files found.
app/views/admin/users/index.html.haml
View file @
78de79d7
...
...
@@ -54,19 +54,19 @@
%b
.caret
%ul
.dropdown-menu
%li
=
link_to
admin_users_path
(
sort:
sort_value_name
)
do
=
link_to
admin_users_path
(
sort:
sort_value_name
,
filter:
params
[
:filter
]
)
do
=
sort_title_name
=
link_to
admin_users_path
(
sort:
sort_value_recently_signin
)
do
=
link_to
admin_users_path
(
sort:
sort_value_recently_signin
,
filter:
params
[
:filter
]
)
do
=
sort_title_recently_signin
=
link_to
admin_users_path
(
sort:
sort_value_oldest_signin
)
do
=
link_to
admin_users_path
(
sort:
sort_value_oldest_signin
,
filter:
params
[
:filter
]
)
do
=
sort_title_oldest_signin
=
link_to
admin_users_path
(
sort:
sort_value_recently_created
)
do
=
link_to
admin_users_path
(
sort:
sort_value_recently_created
,
filter:
params
[
:filter
]
)
do
=
sort_title_recently_created
=
link_to
admin_users_path
(
sort:
sort_value_oldest_created
)
do
=
link_to
admin_users_path
(
sort:
sort_value_oldest_created
,
filter:
params
[
:filter
]
)
do
=
sort_title_oldest_created
=
link_to
admin_users_path
(
sort:
sort_value_recently_updated
)
do
=
link_to
admin_users_path
(
sort:
sort_value_recently_updated
,
filter:
params
[
:filter
]
)
do
=
sort_title_recently_updated
=
link_to
admin_users_path
(
sort:
sort_value_oldest_updated
)
do
=
link_to
admin_users_path
(
sort:
sort_value_oldest_updated
,
filter:
params
[
:filter
]
)
do
=
sort_title_oldest_updated
=
link_to
'New User'
,
new_admin_user_path
,
class:
"btn btn-new btn-sm"
...
...
This diff is collapsed.
Click to expand it.
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