From 9faa0331cdf1aba526a7d1ba5c8c21b38313c147 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Tue, 11 Feb 2020 14:33:52 +0000
Subject: [PATCH] Update GTFS files location (again)
---
templates/vehicles.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/templates/vehicles.html b/templates/vehicles.html
index 2302e8a..d44a311 100644
--- a/templates/vehicles.html
+++ b/templates/vehicles.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<title>Vehicles on lines (TTSS-based)</title>
+<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
@@ -90,7 +91,9 @@
{% for map in mapping %}
<tr>
<td>
-{{ map.num | e }}
+<a href="https://mpk.jacekk.net/map.html#!{{ map.vehicle.num }}" class="low{{ map.vehicle.low | default }}">
+{{ map.vehicle.num | e }}
+</a>
</td>
<td>
{{ map.line | default('?') | e }}
--
Gitblit v1.9.1