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

6 lines
192 B
Plaintext
Raw Normal View History

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