# HG changeset patch # User Teemu Piippo # Date 1498654385 -10800 # Node ID d1b88561afdf7706fa1fd2c9f77b4fcac64f0324 # Parent f448f291c1dd4e9238e961d28615e346f40370c9 Tehty sivujen käyttämistä URLeista suhteellisia polkuja diff -r f448f291c1dd -r d1b88561afdf templates/cluster.html --- a/templates/cluster.html Wed Jun 28 13:13:14 2017 +0300 +++ b/templates/cluster.html Wed Jun 28 15:53:05 2017 +0300 @@ -1,7 +1,7 @@ - - + + {{name}} @@ -36,14 +36,14 @@ -

{{name}}

+

{{name}}

📌 ({{location}})

@@ -58,13 +58,13 @@ {{halt['time']}} - {{halt['route']}} + {{halt['route']}} - {{halt['sign']}} + {{halt['sign']}} - {{halt['stop_code']}} + {{halt['stop_code']}} {% endfor %} diff -r f448f291c1dd -r d1b88561afdf templates/route.html --- a/templates/route.html Wed Jun 28 13:13:14 2017 +0300 +++ b/templates/route.html Wed Jun 28 15:53:05 2017 +0300 @@ -1,7 +1,7 @@ - - + + {{name}} @@ -18,9 +18,9 @@ {% for trip in schedule %} {{trip['time']}} - {{trip['from']}} - {{trip['to']}} - {{trip['status']}} + {{trip['from']}} + {{trip['to']}} + {{trip['status']}} {% endfor %} diff -r f448f291c1dd -r d1b88561afdf templates/stop.html --- a/templates/stop.html Wed Jun 28 13:13:14 2017 +0300 +++ b/templates/stop.html Wed Jun 28 15:53:05 2017 +0300 @@ -1,7 +1,7 @@ - - + + {{name}} @@ -22,7 +22,7 @@ {% endif %} -

{{name}}

+

{{name}}

{{region or ""}} — @@ -30,7 +30,7 @@

{% if cluster %}

- {{tr('nearby-area-schedule', 'misc-text')}} + {{tr('nearby-area-schedule', 'misc-text')}}

{% endif %} @@ -43,10 +43,10 @@ {% endfor %} diff -r f448f291c1dd -r d1b88561afdf templates/trip.html --- a/templates/trip.html Wed Jun 28 13:13:14 2017 +0300 +++ b/templates/trip.html Wed Jun 28 15:53:05 2017 +0300 @@ -1,7 +1,7 @@ - - + +
{{halt['time']}} - {{halt['route']}} + {{halt['route']}} - {{halt['sign']}} + {{halt['sign']}}