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

_deletion_failed.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21c799f5bb6f6b3cd5fe40b721526b5e460c563a (plain)
1
2
3
4
5
6
7
8
9
10
- project = local_assigns.fetch(:project)
- return unless project.delete_error.present?

.project-deletion-failed-message.gl-alert.gl-alert-warning
  .gl-alert-container
    = sprite_icon('warning', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
    .gl-alert-content
      .gl-alert-body
        This project was scheduled for deletion, but failed with the following message:
        = project.delete_error