From 8c514c01aa4d620aea084beca3f4808270671f7e Mon Sep 17 00:00:00 2001 From: Shadify Date: Fri, 1 Dec 2017 09:59:15 +0100 Subject: wrote test case + cleaned up main page --- app/Resources/views/default/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig index 7882c26..ce28faf 100644 --- a/app/Resources/views/default/index.html.twig +++ b/app/Resources/views/default/index.html.twig @@ -19,7 +19,7 @@ All Data Page -

{{ Aqi }}

+

The current air quality index is {{ Aqi }}

{% endblock %} {% block javascripts %} -- cgit v1.2.3