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