Commit fdfac493 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Ezekiel Kigbo

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

parent 008dbea2
- 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