1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

implement view reload

This commit is contained in:
Kyle Spearrin
2018-08-20 17:01:25 -04:00
parent 38371d2dec
commit 12d39edec6
4 changed files with 10 additions and 6 deletions

View File

@@ -257,8 +257,7 @@
</div>
<div *ngIf="cipher.hasPasswordHistory">
<b class="font-weight-semibold">{{'passwordHistory' | i18n}}:</b>
<a href="#" (click)="viewHistory()" appStopClick title="{{'passwordHistory' | i18n}}"
class="text-muted">
<a href="#" (click)="viewHistory()" appStopClick title="{{'passwordHistory' | i18n}}">
{{cipher.passwordHistory.length}}
</a>
</div>