travelynx/templates/about.html.ep

17 lines
564 B
Text
Raw Normal View History

2018-10-07 09:57:49 +00:00
<div class="row">
<div class="col s12">
<a href="https://git.finalrewind.org/travelynx">travelynx</a> v<%= stash('version') // '???' %><br/>
Backend:
<a href="https://finalrewind.org/projects/Travel-Status-DE-IRIS/">Travel::Status::DE::IRIS</a>
v<%= $Travel::Status::DE::IRIS::VERSION %><br/>
<a href="http://data.deutschebahn.com/dataset/data-haltestellen">Haltestellendaten</a>
© DB Station&amp;Service AG,
Europaplatz 1,
10557 Berlin, lizensiert unter CC-BY 4.0
</div>
</div>
2019-03-02 17:12:10 +00:00
% if (-e 'templates/imprint.html.ep') {
%= include 'imprint'
% }