summaryrefslogtreecommitdiff
path: root/templates/about.html.ep
blob: fc52f2ab1d68ba127865bb691ec462b9064eeaf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<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>

<div class="row">
	<div class="col s3 m3 l3">
	</div>
	<div class="col s6 m6 l6 center-align">
		<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">
	</div>
</div>

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