summaryrefslogtreecommitdiff
path: root/app/views/groups/new.html.haml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-15 18:48:54 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-16 13:32:32 -0400
commit7400cfc11484b35945cefe8bd42ea02f2675b775 (patch)
tree041d79a33077384775de544e2f3fcf2e71345eb2 /app/views/groups/new.html.haml
parentadffe47d3c1549bac13a15868a1fb8071bd0d10d (diff)
downloadgitlab-ce-7400cfc11484b35945cefe8bd42ea02f2675b775.tar.gz
Bootlint: Use offset grid classes instead of empty divs
Diffstat (limited to 'app/views/groups/new.html.haml')
-rw-r--r--app/views/groups/new.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml
index edb882bea19..0665cdf387a 100644
--- a/app/views/groups/new.html.haml
+++ b/app/views/groups/new.html.haml
@@ -13,8 +13,7 @@
= render 'shared/choose_group_avatar_button', f: f
.form-group
- .col-sm-2
- .col-sm-10
+ .col-sm-offset-2.col-sm-10
= render 'shared/group_tips'
.form-actions