1.1.8 upd raise and highlight function in my_routes

This commit is contained in:
2024-06-10 17:48:10 +03:00
parent 1aced3d20b
commit 7aa7e32fda
4 changed files with 17 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
{% if departure_date_string < current_date %}
<div class="carrier-card out_of_date" data-number-of-route="{{ route.id }}">
{% else %}
<div class="carrier-card" data-number-of-route="{{ route.id }}">
<div class="carrier-card {% if route.highlight_color %} highlight-color {% endif %}" data-number-of-route="{{ route.id }}">
{% endif %}
{% endwith %}