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
187 B
Text
Raw Normal View History

2021-04-29 21:17:54 +05:30
- if @group.admin_note.present?
- text = @group.admin_note.note
.card.border-info
.card-header.bg-info.gl-text-white
= s_('Admin|Admin notes')
.card-body
%p= text