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.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/members/_manage_access_button.html.haml b/app/views/shared/members/_manage_access_button.html.haml
index 13509a7480a..c88198ec380 100644
--- a/app/views/shared/members/_manage_access_button.html.haml
+++ b/app/views/shared/members/_manage_access_button.html.haml
@@ -2,6 +2,6 @@
.gl-float-right
= link_to path, class: 'btn btn-default btn-sm gl-button' do
- = sprite_icon('pencil-square', css_class: 'gl-icon gl-button-icon')
+ = sprite_icon('pencil', css_class: 'gl-icon gl-button-icon')
%span.gl-button-text
= _('Manage access')