diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-01-12 21:23:52 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-01-12 21:23:52 +0000 |
commit | 55f635a0b6882d3ae1676b80911f59a239f8e15f (patch) | |
tree | d5ec5be9436f94f7cbf61f10934f81ddb07e9f99 /templates | |
parent | f3d6affcbd8414c2d69405559535a34e01b1b04b (diff) | |
download | ktt-55f635a0b6882d3ae1676b80911f59a239f8e15f.tar.xz |
layout.html: Color dot on blue bus line
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 2 |
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' %} |