aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
AgeCommit message (Collapse)Author
2015-01-24main view: Create "New" buttonTeddy Wing
Non-functional. To be used to create a new note.
2015-01-24Create initial Notes Angular appTeddy Wing
Lists all notes and populates content section with the body of a note when one is clicked.
2015-01-24main view: Create & style delete linkTeddy Wing
Made as an "x" button to the right of the note load/edit link.
2015-01-24main view: Add "Save" buttonTeddy Wing
Create & style a save button to save your current note.
2015-01-24Add markup & styles for main pageTeddy Wing
Style to have a header, fixed sidebar with links to notes, and lorem ipsum as a main section.
2015-01-23Create an index pageTeddy Wing
* Add `main` action to HomeController * Set `main` as our root route * Create a view for `main` with dummy text
2015-01-23Initial commit. Base Rails 4.2.0 project.Teddy Wing