]> projects.mako.cc - selectricity/blobdiff - app/views/site/_basic_login.rhtml
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 f9bbd4a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<% -%>
-  <%= start_form_tag :controller => 'user', :action => 'login'  %>
-    <table>
-      <%= form_input :text_field, "Login ID", "login", :size => 30 %>
-      <%= form_input :password_field, "Password", "password", :size => 30 %>
-    </table>
-
-    <div class="button-bar">
-      <%= submit_tag 'Login' %>
-      <%= link_to 'Register for an account', :controller => 'user', :action => 'signup' %> |
-      <%= link_to 'Forgot my password', :controller => 'user', :action => 'forgot_password' %>      </div>
-  <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?