Commit 0b49afbe authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Nicolò Maria Mezzopera

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

parent 0683eff6
......@@ -24,8 +24,10 @@
- if @group.new_record?
.form-group.row
.offset-sm-2.col-sm-10
.alert.alert-info
= render 'shared/group_tips'
.gl-alert.gl-alert-info
= 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
= f.submit _('Create group'), class: "btn btn-success"
= 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