8 lines
171 B
Plaintext
8 lines
171 B
Plaintext
<%
|
|
content_for :section_title, "New User"
|
|
%>
|
|
|
|
<main class="summary_tpl">
|
|
<%= render partial: 'form', locals: {user: @user, action: admin_create_user_path } %>
|
|
</main>
|