debian-mirror-gitlab/app/views/layouts/nav/_classification_level_banner.html.haml

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

4 lines
297 B
Text
Raw Normal View History

2019-07-07 11:18:12 +05:30
- if ::Gitlab::ExternalAuthorization.enabled? && @project
= content_for :header_content do
2022-04-04 11:22:00 +05:30
= gl_badge_tag(@project.external_authorization_classification_label, { variant: :danger, icon: 'lock-open' }, { class: 'has-tooltip', title: s_('ExternalAuthorizationService|Classification label') })