diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 71dd0ad..4843d81 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -10,14 +10,14 @@
% my $self_link = url_for('sstation', station => param('station')); % if (param('hafas')) { - <%= param('hafas') %> (HAFAS) + <%= param('hafas') %> % } % else { % if ($user->{backend_id}) { - <%= $user->{backend_name} %> (<%= $user->{backend_hafas} ? 'HAFAS' : q{} %>) + <%= $user->{backend_name} %> % } % else { - DB (IRIS-TTS) + DB % } % }
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index bf5a4d4..e34006a 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -67,10 +67,10 @@
% if ($user->{backend_id}) { - <%= $user->{backend_name} %> (<%= $user->{backend_hafas} ? 'HAFAS' : q{} %>) + <%= $user->{backend_name} %> % } % else { - DB (IRIS-TTS) + DB % }