debian-mirror-gitlab/app/views/shared/members/_manage_access_button.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
238 B
Text
Raw Normal View History

2021-09-30 23:02:18 +05:30
- path = local_assigns.fetch(:path, nil)
.gl-float-right
= link_to path, class: 'btn btn-default btn-sm gl-button' do
2022-07-23 23:45:48 +05:30
= sprite_icon('pencil', css_class: 'gl-icon gl-button-icon')
2021-09-30 23:02:18 +05:30
%span.gl-button-text
= _('Manage access')