aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/views/base.html.twig')
-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>