diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-07-02 11:16:29 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-07-02 11:16:29 +0100 |
commit | d3c29cd22950428e5e46c2d0a0a1aa39615f7cb4 (patch) | |
tree | 5c3cf6447faae16e28a33ecdd9ae77f843f8adca /app | |
parent | 29b8830bf8ab7cfe37bc0f41066400509fff519f (diff) | |
download | gitlab-ce-d3c29cd22950428e5e46c2d0a0a1aa39615f7cb4.tar.gz |
Removes EE differences12537-settings-general
Diffstat (limited to 'app')
-rw-r--r-- | app/views/groups/settings/_general.html.haml | 2 |
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 |