From 55f635a0b6882d3ae1676b80911f59a239f8e15f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 12 Jan 2017 21:23:52 +0000 Subject: layout.html: Color dot on blue bus line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %} -- cgit v1.2.3-54-g00ecf