diff options
-rw-r--r-- | templates/_backend.html.ep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/_backend.html.ep b/templates/_backend.html.ep index 2534e81..ee14448 100644 --- a/templates/_backend.html.ep +++ b/templates/_backend.html.ep @@ -10,6 +10,7 @@ % if ($backend->{type} ne $prev_type) { % $prev_type = $backend->{type}; </p><p> + <%= $prev_type %>:<br/> % } % my $class = 'button'; % if (param('hafas')) { @@ -22,7 +23,7 @@ % $class .= ' button-active'; % } % } - <a class="<%= $class %>" href="<%= url_for(q{/})->query({ hafas => $backend->{hafas} ? $backend->{shortname} : q{} }) %>"><%= $backend->{name} %> (<%= $backend->{type} %>)</a> + <a class="<%= $class %>" href="<%= url_for(q{/})->query({ hafas => $backend->{hafas} ? $backend->{shortname} : q{} }) %>"><%= $backend->{shortname} // 'IRIS-TTS' %> – <%= $backend->{name} %></a> % } </p> </div> |