aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Add flash messages when adding/editing/deleting posts.Harald Eilertsen2018-01-141-0/+1
|
* Add page header and simple stylesheet.Harald Eilertsen2018-01-141-0/+4
|
* Split out layout from templates.Harald Eilertsen2018-01-145-82/+59
|
* Move post actions to partial.Harald Eilertsen2018-01-123-10/+11
|
* Implement deleting posts.Harald Eilertsen2018-01-121-1/+3
|
* Adding edit/update logic.Harald Eilertsen2018-01-102-2/+32
| | | | The model is not done yet, though. No net on the train.
* Implement posts/show handler.Harald Eilertsen2017-12-231-0/+19
|
* Move implement_responder_for macro into crate.Harald Eilertsen2017-12-231-1/+4
| | | | | This is so we can use it in other modules too. Besides it makes things slightly cleaner.
* Add handlers for creating new Posts.Harald Eilertsen2017-11-222-0/+30
|
* Render post teasers using partial.Harald Eilertsen2017-11-162-3/+9
|
* Pass posts to the template and iterate over them.Harald Eilertsen2017-11-161-2/+4
|
* Add Bart templating engine.Harald Eilertsen2017-11-161-0/+9