Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/views/edit_credential.html')
-rw-r--r--templates/views/edit_credential.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/views/edit_credential.html b/templates/views/edit_credential.html
index 7dbc3606..ad508df9 100644
--- a/templates/views/edit_credential.html
+++ b/templates/views/edit_credential.html
@@ -1,8 +1,9 @@
<div id="passman-controls">
<div class="breadcrumb">
<div class="breadcrumb">
- <div class="crumb svg ui-droppable" data-dir="/">
- <a ng-click="logout()"><i class="fa fa-home"></i></a>
+ <div class="crumb svg crumbhome">
+ <a ng-click="logout()" class="icon-home">Home</a>
+ <span style="display: none;"></span>
</div>
<div class="crumb svg" data-dir="/Test">
<a ng-click="cancel()">{{ active_vault.name }}</a>