Commit bb1fc72a authored by Alexander Turinske's avatar Alexander Turinske

Convert bootstrap alert for project size limit

- add changelog
parent c764596a
- size_checker = project.repository_size_checker
- if size_checker.above_size_limit?
.alert.alert-warning.d-none.d-sm-block
.gl-alert.gl-alert-warning.gl-display-none.gl-display-sm-block
= sprite_icon('warning', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
= size_checker.error_message.above_size_limit_message
---
title: Convert bootstrap alert to gl for project size limit
merge_request: 45312
author:
type: other
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