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

_block_user.html.haml « users « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 29029986345023f2437162e8d8a0356024bc3643 (plain)
1
2
3
4
5
6
7
8
.card.border-warning
  .card-header.bg-warning.text-white
    = s_('AdminUsers|Block this user')
  .card-body
    = user_block_effects
    %br
    %button.btn.gl-button.btn-warning.js-confirm-modal-button{ data: user_block_data(user, s_('AdminUsers|You can always unblock their account, their data will remain intact.')) }
      = s_('AdminUsers|Block user')