aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers/posts_controller.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix clippy issues.Harald Eilertsen2018-08-021-5/+6
* Run rustfmt on project.Harald Eilertsen2018-08-011-31/+16
* No need to be able to serialize templates.Harald Eilertsen2018-08-011-1/+1
* Make imports explicit.Harald Eilertsen2018-08-011-22/+31
* 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