% provide(:title, 'Login') %>
<%= label_tag('username', 'Character name') %> | <%= text_field_tag('username') %> |
<%= label_tag('password', 'Password') %> | <%= password_field_tag('password') %> |
<%= submit_tag('Login') %> |
<%= link_to "Forgot your password?", controller: 'users', action: 'reset' %>