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

_user_detail_note.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: cc4827327c9bf4ebde103b8493c2f51f34f43d1f (plain)
1
2
3
4
5
6
7
- if @user.note.present?
  - text = @user.note
  .card
    .card-header
      = _('Admin Note')
    .card-body
      %p= text