Sha256: bf47dd11d66443edb421b4f102c9552429c9b078540dcc9bb104aa578dbfa2f2
Contents?: true
Size: 564 Bytes
Versions: 13
Compression:
Stored size: 564 Bytes
Contents
<h1>Log In</h1> <% form_tag session_path do -%> <p><%= label_tag 'login' %><br /> <%= text_field_tag 'login', @login %></p> <p><%= label_tag 'password' %><br/> <%= password_field_tag 'password', nil %></p> <!-- Uncomment this if you want this functionality <p><%= label_tag 'remember_me', 'Remember me' %> <%= check_box_tag 'remember_me', '1', @remember_me %></p> --> <p><%= submit_tag 'Log in' %></p> <% end -%> <p><%= link_to " > Lost Password?", lost_password_path %></p> <p> <i>Don't have an account?</i> <br/> <%= link_to 'Register', signup_path %> </p>
Version data entries
13 entries across 13 versions & 1 rubygems