gitlab-org--gitlab-foss/app/views/admin/users/_user_detail_note.html.haml

8 lines
126 B
Plaintext

- if @user.note.present?
- text = @user.note
.card
.card-header
= _('Admin Note')
.card-body
%p= text