Commit ba79fd27 authored by Kevin Comoli's avatar Kevin Comoli Committed by Scott Hampton

Fix empty %p in group creation step

parent c44b9979
...@@ -7,8 +7,7 @@ ...@@ -7,8 +7,7 @@
- unless in_trial_onboarding_flow? - unless in_trial_onboarding_flow?
#progress-bar #progress-bar
%h2.center= _('Create your group') %h2.center= _('Create your group')
%p %p= _('A group represents your organization in GitLab. Groups allow you to manage users and collaborate across multiple projects.')
%div= _('A group represents your organization in GitLab. Groups allow you to manage users and collaborate across multiple projects.')
= form_for @group, url: users_sign_up_groups_path(form_params), html: { class: 'gl-show-field-errors card gl-w-full gl-p-4' } do |f| = form_for @group, url: users_sign_up_groups_path(form_params), html: { class: 'gl-show-field-errors card gl-w-full gl-p-4' } do |f|
= form_errors(@group) = form_errors(@group)
= render 'layouts/flash' = render 'layouts/flash'
......
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