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

_ban_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: 229c88adb7f7a4b7c44541b57a8c6f18ad119ad9 (plain)
1
2
3
4
5
6
7
8
9
- if ban_feature_available?
  .card.border-warning
    .card-header.bg-warning.gl-text-white
      = s_('AdminUsers|Ban user')
    .card-body
      = user_ban_effects
      %br
      %button.btn.gl-button.btn-warning.js-confirm-modal-button{ data: user_ban_data(user) }
        = s_('AdminUsers|Ban user')