Commit 2d665f04 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Natalia Tepluhina

Replace bootstrap alerts in app/.../_deletion_failed.html.haml

parent 9e439fbe
- project = local_assigns.fetch(:project)
- return unless project.delete_error.present?
.project-deletion-failed-message.alert.alert-warning
This project was scheduled for deletion, but failed with the following message:
= project.delete_error
.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
---
title: Replace bootstrap alerts in app/views/projects/_deletion_failed.html.haml
merge_request: 41344
author: Gilang Gumilar
type: changed
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