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

_classification_level_banner.html.haml « nav « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc4caf079b8b3bc6bcc8786f056e10e779c36175 (plain)
1
2
3
4
5
- if ::Gitlab::ExternalAuthorization.enabled? && @project
  = content_for :header_content do
    %span.badge.color-label.classification-label.has-tooltip{ title: s_('ExternalAuthorizationService|Classification label') }
      = sprite_icon('lock-open', size: 8, css_class: 'inline')
      = @project.external_authorization_classification_label