actually add a 'home' button

This commit is contained in:
Matthew Hodgson 2014-08-30 00:44:56 +01:00
parent c715660cb8
commit f64ce52305

View file

@ -41,6 +41,7 @@
<header id="header">
<!-- Do not show buttons on the login page -->
<div id="header-buttons" ng-hide="'/login' == location ">
<button ng-click='goToPage("/")'>Home</button>
<button ng-click='goToPage("settings")'>Settings</button>
<button ng-click="logout()">Log out</button>
</div>