skill-assessment-app/app/views/admin/user/new.html.erb
2017-06-05 11:30:34 -05:00

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 } %>