Major commit adding about information and more before site goes live.
[selectricity] / app / views / site / _basic_login.rhtml
diff --git a/app/views/site/_basic_login.rhtml b/app/views/site/_basic_login.rhtml
deleted file mode 100644 (file)
index 12a63dd..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<% form_tag :controller => 'account', :action => 'login'  do %>
-
-  <p><label for="login">Login</label></p>
-  <p><%= text_field_tag 'login' %></p>
-  <p><label for="password">Password</label></p>
-  <p><%= password_field_tag 'password' %></p>
-
-  <p><%= submit_tag 'Log in' %></p>
-<% end %>
-
-<p><%= link_to 'Register for an account', :controller => 'account', :action => 'signup' %></p>
-
-<p><%= link_to 'Lost or forgot your password?', :controller => 'account', :action => 'forgot_password' %></p>

Benjamin Mako Hill || Want to submit a patch?