Commit 6e7646f5 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'yo-gl-button-members' into 'master'

Update to new GitLab UI in members invite page

See merge request gitlab-org/gitlab!51300
parents 67845e8b 648a43a6
...@@ -23,6 +23,6 @@ ...@@ -23,6 +23,6 @@
.clearable-input .clearable-input
= text_field_tag :expires_at, nil, class: 'form-control js-access-expiration-date', placeholder: 'Expiration date' = 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') = 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 - 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")
---
title: Update to new GitLab UI button in members invite page
merge_request: 51300
author: Yogi (@yo)
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment