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