gitlab-org--gitlab-foss/app/views/projects/_archived_notice.html.haml

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

6 lines
189 B
Plaintext
Raw Normal View History

- if project.archived?
.text-warning.center.prepend-top-20
%p
= sprite_icon('warning-solid')
= _('Archived project! Repository and other project resources are read-only')