summaryrefslogtreecommitdiff
path: root/app/views/shared/admin/_admin_note.html.haml
blob: 9dcf181a1182fbd163f1e8ae63cb156544e84d67 (plain)
1
2
3
4
5
6
7
- if @group.admin_note.present?
  - text = @group.admin_note.note
  = render Pajamas::CardComponent.new(card_options: { class: 'gl-border-blue-500 gl-mb-5' }, header_options: { class: 'gl-bg-blue-500 gl-text-white' }) do |c|
    - c.header do
      = s_('Admin|Admin notes')
    - c.body do
      %p= text