X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/b8482ad1846436439b9ef3ba0ddcb3b42588d916..dc635b6d39be19a09a428282b6d639d029908df6:/app/views/site/_basic_login.rhtml diff --git a/app/views/site/_basic_login.rhtml b/app/views/site/_basic_login.rhtml index d3043db..f02d362 100755 --- a/app/views/site/_basic_login.rhtml +++ b/app/views/site/_basic_login.rhtml @@ -1,15 +1,19 @@ <% -%> - <%= start_form_tag :controller => 'user', :action => 'login' %> + <% form_tag :controller => 'account', :action => 'login' do %> - <%= form_input :text_field, "Login ID", "login", :size => 30 %> - <%= form_input :password_field, "Password", "password", :size => 30 %> + + <%= text_field "Login", "login", :size => 30 %>
+ + <%= password_field "Password", "password", :size => 30 %>

<%= submit_tag 'Login' %>

- -

<%= link_to 'Lost or forgot your password?', :controller => 'user', :action => 'forgot_password' %>

+<% end %> +

<%= link_to 'Register for an account', :controller => +'account', :action => 'signup' %>

+ +

<%= link_to 'Lost or forgot your password?', :controller => 'account', :action => 'forgot_password' %>

Unfortunately, Selectricity is currently being tested and new accounts for full votes (i.e., non-QuickVotes) can not @@ -19,4 +23,4 @@ href="http://mako.cc/contact.html">Benjamin Mako Hill.

- <%= end_form_tag %> +