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

_identity.html.haml « identities « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7362d904b94dd34c28432635d1189a086e41696e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%tr
  %td
    = "#{Gitlab::OAuth::Provider.label_for(identity.provider)} (#{identity.provider})"
  %td
    = identity.extern_uid
  %td
    = link_to edit_admin_user_identity_path(@user, identity), class: 'btn btn-xs btn-grouped' do
      Edit
    = link_to [:admin, @user, identity], method: :delete,
      class: 'btn btn-xs btn-danger',
      data: { confirm: "Are you sure you want to remove this identity?" } do
      Delete