Commit fc1c4c24 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'jswain_combined_registration_wrapping_text' into 'master'

group and project paths display well

See merge request gitlab-org/gitlab!70339
parents a301841b c11ab3ee
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
%p.form-text.gl-text-center %p.form-text.gl-text-center
= _('Your project will be created at:') = _('Your project will be created at:')
%p.form-text.gl-text-center.monospace %p.form-text.gl-text-center.monospace.gl-overflow-wrap-break
= root_url = root_url
%span.js-group-path-display>= _('{group}') %span.js-group-path-display>= _('{group}')
%span>= _('/') %span>= _('/')
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
%p.form-text.gl-text-center %p.form-text.gl-text-center
= _('Your project will be created at:') = _('Your project will be created at:')
%p.form-text.gl-text-center.monospace %p.form-text.gl-text-center.monospace.gl-overflow-wrap-break
= root_url = root_url
%span.js-import-group-path-display>= _('{group}') %span.js-import-group-path-display>= _('{group}')
%span>= _('/') %span>= _('/')
......
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