X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ecc97ad58e95f219f023888958e101f9dec1f83f..ed271a9bc9a0ec6928e7276d645541db6e5cb7c6:/app/views/front/_basic_login.rhtml diff --git a/app/views/front/_basic_login.rhtml b/app/views/front/_basic_login.rhtml new file mode 100644 index 0000000..16ddc8d --- /dev/null +++ b/app/views/front/_basic_login.rhtml @@ -0,0 +1,12 @@ +<% form_tag :controller => 'account', :action => 'login' do %> + +

+

<%= text_field_tag 'login' %>

+

+

<%= password_field_tag 'password' %>

+ +

<%= submit_tag 'Log in' %>

+<% end %> + +

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

+