review: shop travelynx version

This commit is contained in:
Daniel Friesel 2022-12-30 16:46:56 +01:00
parent 7dc1b80ece
commit dc53e4774b
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005
2 changed files with 7 additions and 4 deletions

View file

@ -1503,10 +1503,11 @@ sub year_in_review {
$self->render(
'year_in_review',
title => "travelynx Jahresrückblick $year",
year => $year,
stats => $stats,
review => $review
version => $self->app->config->{version} // 'UNKNOWN',
title => "travelynx Jahresrückblick $year",
year => $year,
stats => $stats,
review => $review,
);
}

View file

@ -167,3 +167,5 @@
</div>
</div>
</div>
%= include '_footer', version => stash('version')