# HG changeset patch # User Teemu Piippo <teemu@hecknology.net> # Date 1537478440 -10800 # Node ID 16bc790991713652a83dbdb84c32da4c2b957206 # Parent f546e0d6df65487be95984b2c6f824b87b5ca13a added links to stop_week diff -r f546e0d6df65 -r 16bc79099171 templates/stop_week.html --- a/templates/stop_week.html Tue Sep 18 19:06:22 2018 +0300 +++ b/templates/stop_week.html Fri Sep 21 00:20:40 2018 +0300 @@ -231,7 +231,7 @@ <tr class='{{day["day-class"]}} {{night_class(hour)}}'> <th class='hour-column {{night_class(hour)}}'>{{hour}}</th> {% for entry in hour_schedule %} - <td class='minute-time'><span>{{'%02d' % entry['minute']}}</span></td> + <td class='minute-time'><a href="/trip/{{entry['trip']}}">{{'%02d' % entry['minute']}}</a></td> {% if not description['simple'] %} <td class='minute-route'><span>{{entry['route']}}</span></td> {% endif %}