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
a4954961
Commit
a4954961
authored
May 21, 2019
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve CE/EE diffs in admin users form
Part of single codebase changes.
parent
01a28ead
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
app/views/admin/users/_form.html.haml
app/views/admin/users/_form.html.haml
+6
-0
No files found.
app/views/admin/users/_form.html.haml
View file @
a4954961
...
...
@@ -48,6 +48,10 @@
=
render
partial:
'access_levels'
,
locals:
{
f:
f
}
=
render_if_exists
'admin/users/namespace_plan_fieldset'
,
f:
f
=
render_if_exists
'admin/users/limits'
,
f:
f
%fieldset
%legend
Profile
.form-group.row
...
...
@@ -73,6 +77,8 @@
=
f
.
label
:website_url
,
'Website'
,
class:
'col-form-label'
.col-sm-10
=
f
.
text_field
:website_url
,
class:
'form-control'
=
render_if_exists
'admin/users/admin_notes'
,
f:
f
.form-actions
-
if
@user
.
new_record?
=
f
.
submit
'Create user'
,
class:
"btn btn-success"
...
...
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