diff --git a/js/templates.js b/js/templates.js
index cecd7b9b..bfa0c737 100644
--- a/js/templates.js
+++ b/js/templates.js
@@ -113,7 +113,7 @@ angular.module('views/share_credential.html', []).run(['$templateCache', functio
angular.module('views/show_vault.html', []).run(['$templateCache', function($templateCache) {
'use strict';
$templateCache.put('views/show_vault.html',
- '
{{filtered_credentials}} {{ ::credential.label}} {{ ::tag.text}} |
');
+ '{{filtered_credentials}} {{ ::credential.label}} {{ ::tag.text}} |
');
}]);
angular.module('views/vaults.html', []).run(['$templateCache', function($templateCache) {
diff --git a/templates/views/show_vault.html b/templates/views/show_vault.html
index fafb2495..a83ed8e8 100644
--- a/templates/views/show_vault.html
+++ b/templates/views/show_vault.html
@@ -72,8 +72,9 @@
ng-class="{'selected': selectedCredential.credential_id == credential.credential_id}">
-
+
+
{{ ::credential.label}}
|