aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShadify <boomkin1234@hotmail.com>2017-12-01 09:59:15 +0100
committerShadify <boomkin1234@hotmail.com>2017-12-01 09:59:15 +0100
commit8c514c01aa4d620aea084beca3f4808270671f7e (patch)
tree9deb21d647dae73e6c954b65ab3a4cebb9a3ddc8 /app/Resources/views/default/index.html.twig
parent0f5659465584b5ef9fcbec26ea695fe3f1af9012 (diff)
wrote test case + cleaned up main page
Diffstat (limited to 'app/Resources/views/default/index.html.twig')
-rw-r--r--app/Resources/views/default/index.html.twig2
1 files changed, 1 insertions, 1 deletions
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 @@
</div>
<a href="/AllDataReadings">All Data Page</a>
- <p id="aq">{{ Aqi }}</p>
+ <p id="aq">The current air quality index is <strong>{{ Aqi }}</strong></p>
<img src="https://www.ourair.org/wp-content/uploads/AQItable.gif">
{% endblock %}
{% block javascripts %}