diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-09-23 19:25:17 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-09-23 19:25:17 +0200 |
commit | 906a8a4f55f79c45555bf0b4c897383dfef7d48a (patch) | |
tree | 5e84a20aff4859a2c41292f9ae0083e97c7db248 /templates | |
parent | 8198c9fe23f8281052a132cee820585cd665ea20 (diff) |
departure board: add footer
Diffstat (limited to 'templates')
-rw-r--r-- | templates/departures.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 3ef081b..35b5cfd 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -111,3 +111,5 @@ </table> </div> </div> + +%= include '_footer', version => stash('version') |