debian-mirror-gitlab/app/views/admin/users/_user_detail_note.html.haml

8 lines
126 B
Text
Raw Normal View History

2020-06-23 00:09:42 +05:30
- if @user.note.present?
- text = @user.note
2021-09-30 23:02:18 +05:30
.card
.card-header
2020-06-23 00:09:42 +05:30
= _('Admin Note')
.card-body
%p= text