summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-01-12 21:23:52 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2017-01-12 21:23:52 +0000
commit55f635a0b6882d3ae1676b80911f59a239f8e15f (patch)
treed5ec5be9436f94f7cbf61f10934f81ddb07e9f99
parentf3d6affcbd8414c2d69405559535a34e01b1b04b (diff)
downloadktt-55f635a0b6882d3ae1676b80911f59a239f8e15f.tar.xz
layout.html: Color dot on blue bus line
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 937a12a..4715a95 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -65,7 +65,7 @@ p {
{% set color='green' %}
{% elif departure['GroupOfLine'] == 'Tunnelbanans röda linje' %}
{% set color='red' %}
- {% elif departure['GroupOfLine'] == 'tunnelbanans blå linje' %}
+ {% elif departure['GroupOfLine'] in ['blåbuss', 'tunnelbanans blå linje'] %}
{% set color='blue' %}
{% else %}
{% set color='black' %}