Plume/templates
Baptiste Gelez 80a4dae8bd
Avoid panics (#392)
- Use `Result` as much as possible
- Display errors instead of panicking

TODO (maybe in another PR? this one is already quite big):
- Find a way to merge Ructe/ErrorPage types, so that we can have routes returning `Result<X, ErrorPage>` instead of panicking when we have an `Error`
- Display more details about the error, to make it easier to debug

(sorry, this isn't going to be fun to review, the diff is huge, but it is always the same changes)
2018-12-29 09:36:07 +01:00
..
blogs Article detail text strings update (#382) 2018-12-25 15:55:18 +01:00
errors Use Ructe (#327) 2018-12-06 18:54:16 +01:00
instance Small changes to text strings (#379) 2018-12-25 15:59:54 +01:00
medias Avoid panics (#392) 2018-12-29 09:36:07 +01:00
notifications Avoid panics (#392) 2018-12-29 09:36:07 +01:00
partials Avoid panics (#392) 2018-12-29 09:36:07 +01:00
posts Text strings for articles (#381) 2018-12-25 15:55:48 +01:00
search Expanded search text strings (#380) 2018-12-25 15:56:30 +01:00
session Works on template 2018-12-07 12:10:03 +01:00
tags Use Ructe (#327) 2018-12-06 18:54:16 +01:00
users Update edit.rs.html string (#389) 2018-12-26 13:05:06 +01:00
base.rs.html Use Rust for the front-end too (#374) 2018-12-25 11:51:40 +01:00