Commit b1edd5ce authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch...

Merge branch '233673-replace-bootstrap-alerts-app/views/shared/_project_limit.html.haml' into 'master'

Replace bootstrap alerts in app/views/shared/_project_limit.html.haml

Closes #233673

See merge request gitlab-org/gitlab!41335
parents eca96b50 fdfac493
- if cookies[:hide_project_limit_message].blank? && !current_user.hide_project_limit && !current_user.can_create_project? && current_user.projects_limit > 0
.project-limit-message.alert.alert-warning.d-none.d-sm-block
.project-limit-message.gl-alert.gl-alert-warning.gl-display-none.gl-display-sm-block
= _("You won't be able to create new projects because you have reached your project limit.")
.float-right
......
---
title: Replace bootstrap alerts in app/views/shared/_project_limit.html.haml
merge_request: 41335
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