DistroPropaganda/code/rails31/depot_r/app/views/users/new.html.erb

6 lines
75 B
Text
Raw Normal View History

2018-11-24 13:20:20 +01:00
<h1>New user</h1>
<%= render 'form' %>
<%= link_to 'Back', users_path %>