diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-10-13 14:40:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-10-13 14:40:19 +0200 |
commit | b070e55eaeb6df7cb39235463ca7df7dd2c6bcc0 (patch) | |
tree | 99e06765c1fee7726e601cd95de376929643d098 /templates/layouts | |
parent | 33fd338bc54f81338d32c6eba6c59f3b35dbe545 (diff) |
add history page
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/default.html.ep | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 2e07ffe..19be177 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -21,6 +21,7 @@ <div class="nav-wrapper container"> <a href="/" class="brand-logo left">travelynx</a> <ul id="nav-mobile" class="right"> + <li class="<%= navbar_class('/a/history') %>"><a href='/a/history' title="History"><i class="material-icons">history</i></a></li> <li class="<%= navbar_class('/x/about') %>"><a href='/x/about' title="About"><i class="material-icons">info_outline</i></a></li> </ul> </div> |