debian-mirror-gitlab/app/views/shared/admin/_admin_note.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
306 B
Text
Raw Normal View History

2021-04-29 21:17:54 +05:30
- if @group.admin_note.present?
- text = @group.admin_note.note
2022-08-27 11:52:29 +05:30
= 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
2021-04-29 21:17:54 +05:30
= s_('Admin|Admin notes')
2022-08-27 11:52:29 +05:30
- c.body do
2021-04-29 21:17:54 +05:30
%p= text