Commit 5a32fec7 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'Update-markup-in-projects/_deletion_failed-haml-file' into 'master'

Update markup in projects/_deletion_failed.html.haml

See merge request gitlab-org/gitlab!63177
parents 5d67fe59 1669a444
......@@ -2,7 +2,9 @@
- 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
.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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment