diff --git a/templates/_connections.html.ep b/templates/_connections.html.ep
index a8b74f7..087beca 100644
--- a/templates/_connections.html.ep
+++ b/templates/_connections.html.ep
@@ -22,30 +22,23 @@
%= $train->line
% }
- % if ($checkin_from) {
-
- % }
- % if ($train->departure_is_cancelled) {
- %= $train->sched_departure->strftime('%H:%M')
- ⊖
- % }
- % else {
- %= $train->departure->strftime('%H:%M')
- % if ($train->departure_delay) {
- %= sprintf('(%+d)', $train->departure_delay)
+ % if ($train->platform) {
+ % if ($checkin_from) {
+ Gleis <%= $train->platform %>
+ % }
+ % else {
+ Gleis <%= $train->platform %>
% }
- % }
- % if ($checkin_from) {
-
% }