diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-01 20:59:03 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-01 20:59:03 +0200 |
commit | d90734e2ec5031c186d25259488c0ddca9bbdc00 (patch) | |
tree | cc615a7426517db4d192841f4587b72e526cbdd6 /templates/about.html.ep | |
parent | 335ab8209f3fae82df196ca97170ddcfe9f41fcd (diff) |
about: Add contact link0.10
Diffstat (limited to 'templates/about.html.ep')
-rw-r--r-- | templates/about.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/about.html.ep b/templates/about.html.ep index fc52f2a..de7b671 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -1,6 +1,7 @@ <div class="row"> <div class="col s12"> <a href="https://git.finalrewind.org/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> v<%= $Travel::Status::DE::IRIS::VERSION %><br/> @@ -15,6 +16,7 @@ <div class="col s3 m3 l3"> </div> <div class="col s6 m6 l6 center-align"> + <a href="https://twitter.com/derfnull" class="waves-effect waves-light btn"><i class="material-icons left">message</i>Kontakt</a> <a href="https://github.com/derf/travelynx/issues" class="waves-effect waves-light btn"><i class="material-icons left">bug_report</i>Bugs?</a> </div> <div class="col s3 m3 l3"> |