summaryrefslogtreecommitdiff
path: root/templates/_transit_fyi.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_transit_fyi.html.ep')
-rw-r--r--templates/_transit_fyi.html.ep11
1 files changed, 7 insertions, 4 deletions
diff --git a/templates/_transit_fyi.html.ep b/templates/_transit_fyi.html.ep
index 42233e5..5951e7d 100644
--- a/templates/_transit_fyi.html.ep
+++ b/templates/_transit_fyi.html.ep
@@ -5,15 +5,18 @@
<tr>
<td>
%= $info->{line}
- <br/>
+ </td>
+ <td>
+ %= $via
+ </td>
+ <td>
%= $info->{departure}->strftime('%H:%M')
+ →
+ %= $via_arr
% if ($info->{departure_delay}) {
%= sprintf('(%+d)', $info->{departure_delay})
% }
</td>
- <td>
- <%= $via %><br/><%= $via_arr %>
- </td>
</tr>
% }
</tbody></table>