X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/dc635b6d39be19a09a428282b6d639d029908df6..22f84a3ea8bc39eb4cb91575d35dfca683336032:/app/views/account/signup.rhtml diff --git a/app/views/account/signup.rhtml b/app/views/account/signup.rhtml new file mode 100644 index 0000000..c0012a7 --- /dev/null +++ b/app/views/account/signup.rhtml @@ -0,0 +1,16 @@ +<%= error_messages_for :user %> +<% form_for :user do |f| -%> +


+<%= f.text_field :login %>

+ +


+<%= f.text_field :email %>

+ +


+<%= f.password_field :password %>

+ +


+<%= f.password_field :password_confirmation %>

+ +

<%= submit_tag 'Sign up' %>

+<% end -%>