removed extra files
This commit is contained in:
parent
b218d898ea
commit
f32378398a
7 changed files with 0 additions and 71 deletions
|
@ -1,19 +0,0 @@
|
|||
<%#
|
||||
# @file
|
||||
# Located at /users/new
|
||||
# New user form
|
||||
#%>
|
||||
|
||||
<% content_for :title, "Create Account | Metamaps" %>
|
||||
|
||||
<%= formula_form_for @user, url: users_url do |form| %>
|
||||
<h3>Create Account</h3>
|
||||
<%= form.input :name, label: "Name", class: "name" %>
|
||||
<%= form.input :email, label: "Email", class: "email" %>
|
||||
<%= form.input :password, label: "Password", class: "password" %>
|
||||
<%= form.input :joinedwithcode, label: "Access Code", class: "joinedwithcode" %>
|
||||
<%= form.submit "Create Account", class: "add" %>
|
||||
<%= link_to "Sign in", new_session_path("user") %>
|
||||
<% end %>
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in a new issue