Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_archived_notice.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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')