diff options
Diffstat (limited to 'templates/departure_list.html')
-rw-r--r-- | templates/departure_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/departure_list.html b/templates/departure_list.html index f3cd900..801e6d2 100644 --- a/templates/departure_list.html +++ b/templates/departure_list.html @@ -1,5 +1,5 @@ {% for departure in departures %} - <li class="{{ departure.classes }}"> + <li class="{{ departure.classes }}" data-timestamp="{{ departure.sort_by }}"> <a href="https://dbf.finalrewind.org/map/{{ departure.tripId }}/0?from={{ departure.quoted_stop_name }}"> <span class="line {{ departure.line.css_class }}">{{ departure.line.name }}</span> {% if departure.suffix %} |