summaryrefslogtreecommitdiff
path: root/app/views/projects/_archived_notice.html.haml
blob: dcece8ab42fe4c485ca47f37bbf9eddd6d3477e4 (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')