diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-30 00:44:56 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-30 00:44:56 +0100 |
commit | f64ce52305d1486dfcb1ce9f880be97578bbeeec (patch) | |
tree | 4d0340092e082a4b8a0357750d6c45e40be96f1d /webclient | |
parent | shrink text bubble font a bit; make image thumbnails always fit in their bubbles (diff) | |
download | synapse-f64ce52305d1486dfcb1ce9f880be97578bbeeec.tar.xz |
actually add a 'home' button
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/index.html b/webclient/index.html index 5faf165626..fdc50a5212 100644 --- a/webclient/index.html +++ b/webclient/index.html @@ -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> |