Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/members/_manage_access_button.html.haml')
-rw-r--r--app/views/shared/members/_manage_access_button.html.haml6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/views/shared/members/_manage_access_button.html.haml b/app/views/shared/members/_manage_access_button.html.haml
index c88198ec380..910d62d4dc4 100644
--- a/app/views/shared/members/_manage_access_button.html.haml
+++ b/app/views/shared/members/_manage_access_button.html.haml
@@ -1,7 +1,5 @@
- path = local_assigns.fetch(:path, nil)
.gl-float-right
- = link_to path, class: 'btn btn-default btn-sm gl-button' do
- = sprite_icon('pencil', css_class: 'gl-icon gl-button-icon')
- %span.gl-button-text
- = _('Manage access')
+ = link_button_to path, size: :small, icon: 'pencil' do
+ = _('Manage access')