summaryrefslogtreecommitdiff
path: root/templates/about.html.ep
blob: ac68d233d5415ef2f8df9e4d064793e0ea1bc157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>

% if (-e 'templates/imprint.html.ep') {
%= include 'imprint'
% }