mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-19 16:32:24 +01:00
actually add a 'home' button
This commit is contained in:
parent
c715660cb8
commit
f64ce52305
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue