skill-assessment-app/app/views/admin/user/new.html.erb

9 lines
206 B
Plaintext
Raw Normal View History

2017-03-20 14:38:57 -05:00
<%
content_for :section_title, "Users"
content_for :title, "Users - Skills Assessment Admin"
%>
<h1>New User</h1>
2016-08-18 15:35:17 -05:00
2016-08-24 12:17:00 -05:00
<%= render partial: 'form', locals: {user: @user, action: admin_create_user_path } %>