9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
<%
|
|
content_for :section_title, "Users"
|
|
content_for :title, "Users - Skills Assessment Admin"
|
|
%>
|
|
|
|
<h1>New User</h1>
|
|
|
|
<%= render partial: 'form', locals: {user: @user, action: admin_create_user_path } %>
|