diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-04-28 07:31:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-04-28 07:34:03 +0200 |
commit | af8e2832a0f03c52f78a7f4d8f9740ec31e661e2 (patch) | |
tree | b484e6ee1ae6bbba93c5348f5a457a423f6ea5bf /templates/layouts/default.html.ep | |
parent | 37fa6e58770adda23402e34adeb4561ba71c0968 (diff) |
Add links to imprint and privacy policy
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r-- | templates/layouts/default.html.ep | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 0f4d9e9..5eb7da0 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -230,7 +230,9 @@ v<%= $Travel::Status::DE::IRIS::VERSION %><br/> <a href="http://data.deutschebahn.com/dataset/data-haltestellen">Haltestellendaten</a> © DB Station&Service AG, Europaplatz 1, -10557 Berlin, lizensiert unter CC-BY 4.0 +10557 Berlin, lizensiert unter CC-BY 4.0<br/> +<a href="_datenschutz">Datenschutzerklärung</a><br/> +<a href="_impressum">Impressum</a><br/> </div> <!-- about --> </div> <!-- container --> % } |