GUAC-973: Replace back button with home button where necessary.

This commit is contained in:
Michael Jumper
2015-01-04 13:00:24 -08:00
parent 02eec645f7
commit 0e7fed21f7
7 changed files with 17 additions and 31 deletions

View File

@@ -56,7 +56,7 @@
<div ng-class="{open: menuShown}" id="menu" guac-touch-drag="menuDrag" guac-scroll="menuScrollState">
<div class="logout-panel">
<a class="back button" href="#/">{{'CLIENT.ACTION_NAVIGATE_BACK' | translate}}</a>
<a class="home button" href="#/">{{'CLIENT.ACTION_NAVIGATE_HOME' | translate}}</a>
<a class="disconnect danger button" ng-click="disconnect()">{{'CLIENT.ACTION_DISCONNECT' | translate}}</a>
</div>
<h2>{{client.name}}</h2>