summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-07-02 11:16:29 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-07-02 11:16:29 +0100
commitd3c29cd22950428e5e46c2d0a0a1aa39615f7cb4 (patch)
tree5c3cf6447faae16e28a33ecdd9ae77f843f8adca
parent29b8830bf8ab7cfe37bc0f41066400509fff519f (diff)
downloadgitlab-ce-12537-settings-general.tar.gz
Removes EE differences12537-settings-general
-rw-r--r--app/views/groups/settings/_general.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/settings/_general.html.haml b/app/views/groups/settings/_general.html.haml
index e12748666c8..db1849ebb45 100644
--- a/app/views/groups/settings/_general.html.haml
+++ b/app/views/groups/settings/_general.html.haml
@@ -13,7 +13,7 @@
= f.text_field :id, class: 'form-control w-auto', readonly: true
.row.prepend-top-8
- .form-group.col-md-9.append-bottom-0
+ .form-group.col-md-9
= f.label :description, _('Group description (optional)'), class: 'label-bold'
= f.text_area :description, class: 'form-control', rows: 3, maxlength: 250