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
8a0c7b86
Commit
8a0c7b86
authored
Jan 11, 2021
by
yo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to gl-button in members invite page
parent
f17548a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/shared/members/_invite_member.html.haml
app/views/shared/members/_invite_member.html.haml
+2
-2
No files found.
app/views/shared/members/_invite_member.html.haml
View file @
8a0c7b86
...
...
@@ -23,6 +23,6 @@
.clearable-input
=
text_field_tag
:expires_at
,
nil
,
class:
'form-control js-access-expiration-date'
,
placeholder:
'Expiration date'
=
sprite_icon
(
'close'
,
size:
16
,
css_class:
'clear-icon js-clear-input gl-text-gray-200'
)
=
submit_tag
_
(
"Invite"
),
class:
"btn btn-success"
,
data:
{
qa_selector:
'invite_member_button'
}
=
submit_tag
_
(
"Invite"
),
class:
"
gl-button
btn btn-success"
,
data:
{
qa_selector:
'invite_member_button'
}
-
if
can_import_members
=
link_to
_
(
"Import"
),
import_path
,
class:
"btn btn-default"
,
title:
_
(
"Import members from another project"
)
=
link_to
_
(
"Import"
),
import_path
,
class:
"
gl-button
btn btn-default"
,
title:
_
(
"Import members from another project"
)
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