diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2017-12-07 12:38:55 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2017-12-07 12:38:55 +0100 |
commit | 322b79babf45b1bff0d219cfbf10524b975075fd (patch) | |
tree | 8c446d180439567f628ee55e635daa54503d3702 /app/Resources/views/base.html.twig | |
parent | 8ca07955ad080f97713bdd6304cea6117be1bc52 (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.twig | 7 |
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> |