mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 16:59:29 -05:00
actually add a 'home' button
This commit is contained in:
parent
c715660cb8
commit
f64ce52305
@ -41,6 +41,7 @@
|
|||||||
<header id="header">
|
<header id="header">
|
||||||
<!-- Do not show buttons on the login page -->
|
<!-- Do not show buttons on the login page -->
|
||||||
<div id="header-buttons" ng-hide="'/login' == location ">
|
<div id="header-buttons" ng-hide="'/login' == location ">
|
||||||
|
<button ng-click='goToPage("/")'>Home</button>
|
||||||
<button ng-click='goToPage("settings")'>Settings</button>
|
<button ng-click='goToPage("settings")'>Settings</button>
|
||||||
<button ng-click="logout()">Log out</button>
|
<button ng-click="logout()">Log out</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user