aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Pretty up the main layout a bit.Harald Eilertsen2018-08-011-1/+5
|
* Fix display of flash messages.Harald Eilertsen2018-08-011-1/+1
| | | | | Pass full flash to template, and style according to flash name/type.
* Implemet editing users.Harald Eilertsen2018-07-312-1/+34
|
* Implement deleting users.Harald Eilertsen2018-07-311-0/+6
|
* Validate password confirmation on create user.Harald Eilertsen2018-07-311-1/+1
|
* Fix users templateHarald Eilertsen2018-07-311-9/+9
|
* Add view to list all usersHarald Eilertsen2018-07-311-0/+16
|
* Move methods to get display values into user model.Harald Eilertsen2018-07-311-2/+2
|
* Typo in layout markupHarald Eilertsen2018-07-311-1/+1
|
* Add simple unfinished login controller.Harald Eilertsen2018-01-201-0/+15
| | | | | It will not actually log you in yet, but will check email/password and report back if it is good or not. More tbd.
* Add markdown support for posts using comrak.Harald Eilertsen2018-01-201-1/+1
|
* Remove obsolete post_teaser partial template.Harald Eilertsen2018-01-201-9/+0
|
* Refactor index template.Harald Eilertsen2018-01-201-1/+1
| | | | | Use a vector of show post templates instead of manually decoding posts in the index view.
* A bit more styling and some markup fixes in forms.Harald Eilertsen2018-01-191-9/+9
|
* Implement new/create user logic.Harald Eilertsen2018-01-191-0/+31
|
* 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