diff --git a/templates/departures.html.ep b/templates/departures.html.ep
index 3b63016..3a2516f 100644
--- a/templates/departures.html.ep
+++ b/templates/departures.html.ep
@@ -1,29 +1,22 @@
+ <%= param('hafas') ? 'directions' : 'train' %>
<%= $station %>
% for my $related_station (sort { $a->{name} cmp $b->{name} } @{$related_stations}) {
-
<%= $related_station->{name} %>
+
+ <%= $related_station->{name} %>
% }
% if ($api_link) {
- % if (param('hafas')) {
-
-
- → Nahverkehr ←
-
- % }
- % else {
-
- → Schienenverkehr ←
-
-
- % }
+
% }
% my $have_connections = 0;