Files
clinch/app/views/admin/users/new.html.erb
2025-10-23 21:13:50 +11:00

5 lines
137 B
Plaintext

<div class="max-w-2xl">
<h1 class="text-2xl font-semibold text-gray-900 mb-6">New User</h1>
<%= render "form", user: @user %>
</div>