summaryrefslogtreecommitdiff
path: root/app/views/users/new.html.erb
blob: efc0404555176b88a24b6c4093b191656a906967 (plain)
1
2
3
4
5
<h1>New user</h1>

<%= render 'form' %>

<%= link_to 'Back', users_path %>