Commit 22c07a8e authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch...

Merge branch '233649-replace-bootstrap-alerts-in-app/views/admin/groups/_form.html.haml' into 'master'

Replace bootstrap alerts in app/views/admin/groups/_form.html.haml

Closes #233649

See merge request gitlab-org/gitlab!41375
parents 1d84b14b 0b49afbe
...@@ -24,8 +24,10 @@ ...@@ -24,8 +24,10 @@
- if @group.new_record? - if @group.new_record?
.form-group.row .form-group.row
.offset-sm-2.col-sm-10 .offset-sm-2.col-sm-10
.alert.alert-info .gl-alert.gl-alert-info
= render 'shared/group_tips' = sprite_icon('information-o', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
.gl-alert-body
= render 'shared/group_tips'
.form-actions .form-actions
= f.submit _('Create group'), class: "btn btn-success" = f.submit _('Create group'), class: "btn btn-success"
= link_to _('Cancel'), admin_groups_path, class: "btn btn-cancel" = link_to _('Cancel'), admin_groups_path, class: "btn btn-cancel"
......
---
title: Replace bootstrap alerts in app/views/admin/groups/_form.html.haml
merge_request: 41375
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