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