Commit a4954961 authored by Luke Bennett's avatar Luke Bennett

Resolve CE/EE diffs in admin users form

Part of single codebase changes.
parent 01a28ead
......@@ -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"
......
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