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
72378b23
Commit
72378b23
authored
Oct 23, 2020
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace down chevron on invite member/group
parent
407cca66
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/views/shared/members/_invite_group.html.haml
app/views/shared/members/_invite_group.html.haml
+1
-1
app/views/shared/members/_invite_member.html.haml
app/views/shared/members/_invite_member.html.haml
+1
-1
changelogs/unreleased/224509-replace-add-group-member-chevron.yml
...gs/unreleased/224509-replace-add-group-member-chevron.yml
+5
-0
No files found.
app/views/shared/members/_invite_group.html.haml
View file @
72378b23
...
...
@@ -13,7 +13,7 @@
=
label_tag
group_access_field
,
_
(
"Max access level"
),
class:
"label-bold"
.select-wrapper
=
select_tag
group_access_field
,
options_for_select
(
access_levels
,
default_access_level
),
data:
{
qa_selector:
'group_access_field'
},
class:
"form-control select-control"
=
icon
(
'chevron-down'
)
=
sprite_icon
(
'chevron-down'
,
css_class:
"gl-icon gl-absolute gl-top-3 gl-right-3 gl-text-gray-200"
)
.form-text.text-muted.gl-mb-3
-
permissions_docs_path
=
help_page_path
(
'user/permissions'
)
-
link_start
=
%q{<a href="%{url}">}
.
html_safe
%
{
url:
permissions_docs_path
}
...
...
app/views/shared/members/_invite_member.html.haml
View file @
72378b23
...
...
@@ -13,7 +13,7 @@
=
label_tag
:access_level
,
_
(
"Choose a role permission"
),
class:
"label-bold"
.select-wrapper
=
select_tag
:access_level
,
options_for_select
(
access_levels
,
default_access_level
),
class:
"form-control project-access-select select-control"
=
icon
(
'chevron-down'
)
=
sprite_icon
(
'chevron-down'
,
css_class:
"gl-icon gl-absolute gl-top-3 gl-right-3 gl-text-gray-200"
)
.form-text.text-muted.gl-mb-3
-
permissions_docs_path
=
help_page_path
(
'user/permissions'
)
-
link_start
=
%q{<a href="%{url}">}
.
html_safe
%
{
url:
permissions_docs_path
}
...
...
changelogs/unreleased/224509-replace-add-group-member-chevron.yml
0 → 100644
View file @
72378b23
---
title
:
Replace down chevron on invite member/group
merge_request
:
46076
author
:
type
:
other
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