From 581963a87e764149b4dc6909e75dcd79577834de Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 26 Jul 2024 21:23:21 +0200 Subject: only indicate backend type via icon to save space --- templates/landingpage.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/landingpage.html.ep') 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 % }