Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_admin_note.html.haml « admin « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82407705885f1d47b9bfef9d72395bfcae092aa5 (plain)
1
2
3
4
5
6
7
- 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