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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
60cd47bc
Commit
60cd47bc
authored
8 years ago
by
Luis Alonso Chavez Armendariz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bad selection on dropdown menu for tags filter
parent
fe4ae12e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
app/views/projects/tags/index.html.haml
app/views/projects/tags/index.html.haml
+4
-3
changelogs/unreleased/issue_24958.yml
changelogs/unreleased/issue_24958.yml
+4
-0
No files found.
app/views/projects/tags/index.html.haml
View file @
60cd47bc
...
...
@@ -10,15 +10,16 @@
.nav-controls
=
form_tag
(
filter_tags_path
,
method: :get
)
do
=
search_field_tag
:search
,
params
[
:search
],
{
placeholder:
'Filter by tag name'
,
id:
'tag-search'
,
class:
'form-control search-text-input input-short'
,
spellcheck:
false
}
.dropdown.inline
%button
.dropdown-toggle.btn
{
type:
'button'
,
data:
{
toggle:
'dropdown'
}
}
%span
.light
=
@sort
.
humanize
=
projects_sort_options_hash
[
@sort
]
=
icon
(
'caret-down'
)
%ul
.dropdown-menu.dropdown-menu-align-right
%li
=
link_to
filter_tags_path
(
sort:
nil
)
do
N
ame
=
link_to
filter_tags_path
(
sort:
sort_value_name
)
do
=
sort_title_n
ame
=
link_to
filter_tags_path
(
sort:
sort_value_recently_updated
)
do
=
sort_title_recently_updated
=
link_to
filter_tags_path
(
sort:
sort_value_oldest_updated
)
do
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/issue_24958.yml
0 → 100644
View file @
60cd47bc
---
title
:
Fix bad selection on dropdown menu for tags filter
merge_request
:
author
:
Luis Alonso Chavez Armendariz
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