Commit 12c6eb79 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch...

Merge branch '233672-replace-bootstrap-alerts-in-app/views/projects/_deletion_failed.html.haml' into 'master'

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

See merge request gitlab-org/gitlab!41344
parents c210f43a 2d665f04
- 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