2017-07-18 11:09:14 -04:00
|
|
|
- project = local_assigns.fetch(:project)
|
|
|
|
- return unless project.delete_error.present?
|
2017-05-04 06:50:05 -04:00
|
|
|
|
2020-09-15 08:09:30 -04:00
|
|
|
.project-deletion-failed-message.gl-alert.gl-alert-warning
|
2021-06-16 02:10:18 -04:00
|
|
|
.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
|