aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <zelent.marcin@gmail.com>2017-12-07 12:38:55 +0100
committermarcinzelent <zelent.marcin@gmail.com>2017-12-07 12:38:55 +0100
commit322b79babf45b1bff0d219cfbf10524b975075fd (patch)
tree8c446d180439567f628ee55e635daa54503d3702 /app/Resources/views/base.html.twig
parent8ca07955ad080f97713bdd6304cea6117be1bc52 (diff)
Split all data and data from last week, moved chart to the right side of the page.
Diffstat (limited to 'app/Resources/views/base.html.twig')
-rw-r--r--app/Resources/views/base.html.twig7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig
index 3f93ff8..b4cc11a 100644
--- a/app/Resources/views/base.html.twig
+++ b/app/Resources/views/base.html.twig
@@ -14,8 +14,11 @@
<img src="https://cdn3.iconfinder.com/data/icons/christmas-icon-set-pixel-perfect/64/christmas-color-12-512.png" alt="Pollutometer" width="50px" height="auto">
<span>Pollutometer</span>
</a>
- <a class="navbar-item" href="/AllDataReadings">
- <span>All Data Readings</span>
+ <a class="navbar-item" href="/{{ path('AllData') }}">
+ <span>All Data</span>
+ </a>
+ <a class="navbar-item" href="/{{ path('LastWeekData') }}">
+ <span>Last Week Data</span>
</a>
</div>
</nav>