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
8e2c84c7
Commit
8e2c84c7
authored
Jan 22, 2021
by
Yogi
Committed by
David O'Regan
Jan 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply GitLab UI button styles to button in geo
parent
0d37c9a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
changelogs/unreleased/231199-yo-gitlab-ui.yml
changelogs/unreleased/231199-yo-gitlab-ui.yml
+5
-0
ee/app/views/admin/geo/shared/_filter_nav.html.haml
ee/app/views/admin/geo/shared/_filter_nav.html.haml
+3
-3
No files found.
changelogs/unreleased/231199-yo-gitlab-ui.yml
0 → 100644
View file @
8e2c84c7
---
title
:
Apply GitLab UI button styles to button in geo
merge_request
:
51777
author
:
Yogi (@yo)
type
:
other
ee/app/views/admin/geo/shared/_filter_nav.html.haml
View file @
8e2c84c7
...
...
@@ -4,9 +4,9 @@
%nav
.bg-secondary.border-bottom.border-secondary-100.p-3
.row.d-flex.flex-column.flex-sm-row
.col
.
d-sm-flex.
mx-n1
.dropdown.
px-1.my-1.my-sm-0.w-100
%a
.
btn.d-flex.align-items-center.justify-content-between.w-100
{
href:
'#'
,
data:
{
toggle:
'dropdown'
},
'aria-haspopup'
=>
'true'
,
'aria-expanded'
=>
'false'
}
.
gl-display-sm-flex.gl-
mx-n1
.dropdown.
gl-px-2.gl-my-2.my-sm-0.gl-w-full
%a
.
gl-button.btn.gl-display-sm-flex.gl-align-items-center.gl-justify-content-space-between.gl-w-full
{
href:
'#'
,
data:
{
toggle:
'dropdown'
},
'aria-haspopup'
=>
'true'
,
'aria-expanded'
=>
'false'
}
=
s_
(
'Geo|Filter by status'
)
=
sprite_icon
(
"chevron-down"
)
%ul
.dropdown-menu
...
...
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