many things, comments working.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<h1>New user</h1>
|
||||
<h1>Register</h1>
|
||||
|
||||
<%= render 'form' %>
|
||||
|
||||
<%= link_to 'Back', users_path %>
|
||||
<%= simple_form_for @user do |f| %>
|
||||
<%= f.input :name %>
|
||||
<%= f.input :ign, label: "Ingame name" %>
|
||||
<%= f.input :email %>
|
||||
<%= f.input :password %>
|
||||
<%= f.input :password_confirmation %>
|
||||
<%= f.submit "Register" %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user