aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authormarcinzelent <zelent.marcin@gmail.com>2017-12-01 11:06:41 +0100
committermarcinzelent <zelent.marcin@gmail.com>2017-12-01 11:06:41 +0100
commit8b8639740c08633728f0d9dd778ac022e43f7e1b (patch)
treed8f087a875416d7feb05f53ec459aacdfd12c47d /app
parent7d09b3a6201a175128421d117d4c63495813fa05 (diff)
parent8c514c01aa4d620aea084beca3f4808270671f7e (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'app')
-rw-r--r--app/Resources/views/default/index.html.twig3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig
index 684393d..ce28faf 100644
--- a/app/Resources/views/default/index.html.twig
+++ b/app/Resources/views/default/index.html.twig
@@ -18,7 +18,8 @@
</table>
</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 %}