summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-30 00:44:56 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-30 00:44:56 +0100
commitf64ce52305d1486dfcb1ce9f880be97578bbeeec (patch)
tree4d0340092e082a4b8a0357750d6c45e40be96f1d
parentshrink text bubble font a bit; make image thumbnails always fit in their bubbles (diff)
downloadsynapse-f64ce52305d1486dfcb1ce9f880be97578bbeeec.tar.xz
actually add a 'home' button
-rw-r--r--webclient/index.html1
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>