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 @@ ...@@ -48,6 +48,10 @@
= render partial: 'access_levels', locals: { f: f } = 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 %fieldset
%legend Profile %legend Profile
.form-group.row .form-group.row
...@@ -73,6 +77,8 @@ ...@@ -73,6 +77,8 @@
= f.label :website_url, 'Website', class: 'col-form-label' = f.label :website_url, 'Website', class: 'col-form-label'
.col-sm-10= f.text_field :website_url, class: 'form-control' .col-sm-10= f.text_field :website_url, class: 'form-control'
= render_if_exists 'admin/users/admin_notes', f: f
.form-actions .form-actions
- if @user.new_record? - if @user.new_record?
= f.submit 'Create user', class: "btn btn-success" = 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