aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers/posts_controller.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Use a vector of show post templates instead of manually decoding posts in the index view.
* 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