aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <zelent.marcin@gmail.com>2017-12-07 12:50:32 +0100
committermarcinzelent <zelent.marcin@gmail.com>2017-12-07 12:50:32 +0100
commitdf1411e42481f8e788b9b40e3375715979bc7a0c (patch)
tree3ae7c9d572a521ed244a46de5a01726635b4a1e0 /app/Resources
parent322b79babf45b1bff0d219cfbf10524b975075fd (diff)
Fixes.
Diffstat (limited to 'app/Resources')
-rw-r--r--app/Resources/views/base.html.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig
index b4cc11a..36b2851 100644
--- a/app/Resources/views/base.html.twig
+++ b/app/Resources/views/base.html.twig
@@ -14,10 +14,10 @@
<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="/{{ path('AllData') }}">
+ <a class="navbar-item" href="/AllData">
<span>All Data</span>
</a>
- <a class="navbar-item" href="/{{ path('LastWeekData') }}">
+ <a class="navbar-item" href="/LastWeekData">
<span>Last Week Data</span>
</a>
</div>