| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-08 | Add logged_in.erb template | Teddy Wing | |
| Template that displays when the user is logged in. Adjust the login test to check for the text in this template. | |||
| 2015-12-08 | Add layout.erb | Teddy Wing | |
| Move boilerplate code from `index.erb` into `layout.erb` to allow us to use it in additional templates. | |||
| 2015-12-08 | index.erb: Make password field `type=password` | Teddy Wing | |
| So that the characters get masked. | |||
| 2015-12-08 | index.erb: Add login form | Teddy Wing | |
| 2015-12-07 | Render index template | Teddy Wing | |
| Instead of responding with "Hello World", render a full ERB template so we can display HTML with form fields. | |||
