8 lines
157 B
Text
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
|