fixed critical bugs introduced earlier and changed category viewing

This commit is contained in:
Finn 2018-03-14 19:38:05 +00:00
parent d5e03cc9e3
commit 551a40a9a0
2 changed files with 14 additions and 9 deletions

View file

@ -66,6 +66,7 @@ sub register {
$app->helper( format_iso_datetime => sub {
my ( $c, $datetime_obj ) = @_;
return unless defined $datetime_obj;
return $c->iso_datetime_parser->format_datetime(
$datetime_obj,
);