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

@@ -21,7 +21,7 @@ THE SOFTWARE.
-->
<div class="logout-panel">
<a class="back button" href="#/">{{'MANAGE.ACTION_NAVIGATE_BACK' | translate}}</a>
<a class="home button" href="#/">{{'MANAGE.ACTION_NAVIGATE_HOME' | translate}}</a>
<a class="logout button" ng-click="logout()">{{'MANAGE.ACTION_LOGOUT' | translate}}</a>
</div>