diff -r 16a5c37e4e67 -r 53ee9e945673 templates/trip.html --- a/templates/trip.html Tue Apr 24 23:21:34 2018 +0300 +++ b/templates/trip.html Thu Apr 26 16:12:23 2018 +0300 @@ -56,7 +56,7 @@
@@ -64,7 +64,11 @@ {% if night %} 🌙 {% endif %} - 🚍 + {% if service == 'ferry' %} + ⛴ + {% else %} + 🚍 + {% endif %} {{route}} {{description}} | @@ -85,7 +89,7 @@ {% for halt in entry['stops'] %}|||
---|---|---|---|
{{halt['time']}} | -{{halt['code']}} | +{{halt['code']}} | {{halt['name']}} |