8 lines
372 B
Text
8 lines
372 B
Text
- project = local_assigns.fetch(:project)
|
|
- return unless project.delete_error.present?
|
|
|
|
.project-deletion-failed-message.gl-alert.gl-alert-warning
|
|
= sprite_icon('warning', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
|
|
.gl-alert-body
|
|
This project was scheduled for deletion, but failed with the following message:
|
|
= project.delete_error
|