diff options
Diffstat (limited to 'templates/main.html.ep')
-rw-r--r-- | templates/main.html.ep | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/main.html.ep b/templates/main.html.ep index d740eb8..7b8c94b 100644 --- a/templates/main.html.ep +++ b/templates/main.html.ep @@ -182,7 +182,11 @@ interface optimized for Deutsche Bahn departure data</li> <div class="about"> <a href="http://finalrewind.org/projects/vrr-fakedisplay/">vrr-fakedisplay</a> -v<%= $version %> +v<%= $version %><br/> +using<br/> +Travel::Status::DE::ASEAG v<%= $Travel::Status::DE::ASEAG::VERSION %><br/> +Travel::Status::DE::DeutscheBahn v<%= $Travel::Status::DE::DeutscheBahn::VERSION %><br/> +Travel::Status::DE::EFA v<%= $Travel::Status::DE::EFA::VERSION %><br/> </div> </body> |