diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-30 18:18:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-30 18:18:09 +0200 |
commit | 2d7c75f8779fef14eefa84a7c03fb16e52f9bf4f (patch) | |
tree | 8b68e5c9209a9c0e8837382c7b44259e7bdc65f5 /templates/about.html.ep | |
parent | 048767149e571469d888ec81d324caa7b3b64671 (diff) |
show imprint and version on landing page
Diffstat (limited to 'templates/about.html.ep')
-rw-r--r-- | templates/about.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.html.ep b/templates/about.html.ep index de7b671..c16992d 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -1,6 +1,6 @@ <div class="row"> <div class="col s12"> - <a href="https://git.finalrewind.org/travelynx">travelynx</a> v<%= stash('version') // '???' %><br/> + <a href="https://finalrewind.org/projects/travelynx">travelynx</a> v<%= stash('version') // '???' %><br/> Entwickelt von <a href="https://twitter.com/derfnull">@derfnull</a><br/> Backend: <a href="https://finalrewind.org/projects/Travel-Status-DE-IRIS/">Travel::Status::DE::IRIS</a> |