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

_manage_access_button.html.haml « members « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13509a7480a90ac9df3b636406c967466a963412 (plain)
1
2
3
4
5
6
7
- path = local_assigns.fetch(:path, nil)

.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')
    %span.gl-button-text
      = _('Manage access')