summaryrefslogtreecommitdiff
path: root/app/views/projects/_archived_notice.html.haml
blob: 5489e41d37b4678779eb5fc63177cf2a52afead4 (plain)
1
2
3
4
5
- if project.archived?
  .text-warning.center.prepend-top-20
    %p
      = sprite_icon('warning-solid')
      = _('Archived project! Repository and other project resources are read-only')