summaryrefslogtreecommitdiff
path: root/templates/departures.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/departures.html.ep')
-rw-r--r--templates/departures.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/departures.html.ep b/templates/departures.html.ep
index 47c4872..00c1c0e 100644
--- a/templates/departures.html.ep
+++ b/templates/departures.html.ep
@@ -71,7 +71,7 @@
</td>
<td class="<%= $td_class %>"><%= $result->departure->strftime('%H:%M') %>
% if ($result->departure_delay) {
- (+<%= $result->departure_delay %>)
+ (<%= sprintf('%+d', $result->departure_delay) %>)
% }
</td>
</tr>