templates/cluster.html

changeset 90
36efdea68d03
parent 77
83cd29dee853
child 93
53ee9e945673
--- a/templates/cluster.html	Sun Apr 15 13:51:39 2018 +0300
+++ b/templates/cluster.html	Thu Apr 19 14:44:54 2018 +0300
@@ -71,7 +71,7 @@
 				{{halt['time']}}
 			</td>
 			<td class='sarake-pysäkki'>
-				<a href="../stop/{{halt['stop_id']}}"><img src="../static/pysäkki.png" height="24" /> {{halt['stop_code']}}</a>
+				<a href="../stop/{{halt['stop_id']}}"><img src="../static/{{halt['typename']}}.png" height="24" /> {{halt['stop_code']}}</a>
 			</td>
 			<td class='sarake-linja linja'>
 				<a href="../trip/{{halt['trip']}}">{{route_rep(halt['route-splice'])}}</a>

mercurial