The Art of Engineering Management Login

You have found the management system login page. Please enter your username and password.

<% form_tag do -%>


<%= text_field_tag 'login' %>


<%= password_field_tag 'password' %>

<%= check_box_tag 'remember_me' %>

<%= submit_tag 'Log in' %>

<% end -%>

[<%= link_to 'Add Account', :action => 'signup' %>] [<%= link_to 'Main Page', '/' %>] [<%= link_to 'Logout', :action => 'logout' %>]