mirror of
https://github.com/derf/travelynx
synced 2024-11-10 15:04:17 +00:00
review: shop travelynx version
This commit is contained in:
parent
7dc1b80ece
commit
dc53e4774b
2 changed files with 7 additions and 4 deletions
|
@ -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,
|
||||
);
|
||||
|
||||
}
|
||||
|
|
|
@ -167,3 +167,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
%= include '_footer', version => stash('version')
|
||||
|
|
Loading…
Reference in a new issue