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: b36111df99ce2a93e7ac00144ce03b8ef20d8b56 (plain)
1
2
3
- if ::Gitlab::ExternalAuthorization.enabled? && @project
  = content_for :header_content do
    = gl_badge_tag(@project.external_authorization_classification_label, { variant: :danger, icon: 'lock-open' }, { class: 'has-tooltip', title: s_('ExternalAuthorizationService|Classification label') })