summaryrefslogtreecommitdiff
path: root/app/views/admin/groups/_form.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-06 18:36:22 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-06 18:36:22 -0800
commit3bfd53149c2791b1598f3fc14e37cd33b7aef2d5 (patch)
treee7ab6d918050ecc867e173c723ed786715ee6ce4 /app/views/admin/groups/_form.html.haml
parent3cf4359b00d13959741e8c4909112c21b021c86c (diff)
downloadgitlab-ce-3bfd53149c2791b1598f3fc14e37cd33b7aef2d5.tar.gz
Replace bs-callout with alert
Diffstat (limited to 'app/views/admin/groups/_form.html.haml')
-rw-r--r--app/views/admin/groups/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/_form.html.haml b/app/views/admin/groups/_form.html.haml
index 86a73200609..9e7751830a4 100644
--- a/app/views/admin/groups/_form.html.haml
+++ b/app/views/admin/groups/_form.html.haml
@@ -14,7 +14,7 @@
.form-group
.col-sm-2
.col-sm-10
- .bs-callout.bs-callout-info
+ .alert.alert-info
= render 'shared/group_tips'
.form-actions
= f.submit 'Create group', class: "btn btn-create"