Commit d3c29cd2 authored by Filipa Lacerda's avatar Filipa Lacerda

Removes EE differences

parent 29b8830b
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
= f.text_field :id, class: 'form-control w-auto', readonly: true = f.text_field :id, class: 'form-control w-auto', readonly: true
.row.prepend-top-8 .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.label :description, _('Group description (optional)'), class: 'label-bold'
= f.text_area :description, class: 'form-control', rows: 3, maxlength: 250 = f.text_area :description, class: 'form-control', rows: 3, maxlength: 250
......
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