Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ba79fd27
Commit
ba79fd27
authored
Jan 11, 2021
by
Kevin Comoli
Committed by
Scott Hampton
Jan 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix empty %p in group creation step
parent
c44b9979
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
ee/app/views/registrations/groups/new.html.haml
ee/app/views/registrations/groups/new.html.haml
+1
-2
No files found.
ee/app/views/registrations/groups/new.html.haml
View file @
ba79fd27
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment