debian-mirror-gitlab/app/views/admin/users/_user_detail_note.html.haml
2020-06-23 00:09:42 +05:30

8 lines
157 B
Text

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