aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers/posts_controller.rs
Commit message (Expand)AuthorAgeFilesLines
* Move routing details into controllers.Harald Eilertsen2018-07-311-0/+12
* Add markdown support for posts using comrak.Harald Eilertsen2018-01-201-0/+7
* Refactor index template.Harald Eilertsen2018-01-201-2/+2
* Add flash messages when adding/editing/deleting posts.Harald Eilertsen2018-01-141-7/+10
* Split out layout from templates.Harald Eilertsen2018-01-141-9/+21
* Implement deleting posts.Harald Eilertsen2018-01-121-0/+6
* Move controller code to own module.Harald Eilertsen2018-01-111-0/+57