Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move routing details into controllers. | Harald Eilertsen | 2018-07-31 | 1 | -0/+12 |
| | |||||
* | Add markdown support for posts using comrak. | Harald Eilertsen | 2018-01-20 | 1 | -0/+7 |
| | |||||
* | Refactor index template. | Harald Eilertsen | 2018-01-20 | 1 | -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 Eilertsen | 2018-01-14 | 1 | -7/+10 |
| | |||||
* | Split out layout from templates. | Harald Eilertsen | 2018-01-14 | 1 | -9/+21 |
| | |||||
* | Implement deleting posts. | Harald Eilertsen | 2018-01-12 | 1 | -0/+6 |
| | |||||
* | Move controller code to own module. | Harald Eilertsen | 2018-01-11 | 1 | -0/+57 |