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: c8625833a70953b2b3ab01af3deb2a790d7200f9 (plain)
1
2
3
4
5
6
7
- if @user.note.present?
  - text = @user.note
  = render Pajamas::CardComponent.new(card_options: { class: 'gl-mb-5' }, body_options: { class: 'gl-pb-0'}) do |c|
    - c.header do
      = _('Admin Note')
    - c.body do
      %p= text