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

Merge branch 'master' of https://github.com/bitwarden/browser into feature/hidden-password

This commit is contained in:
Hinton
2020-06-11 20:35:30 +02:00
20 changed files with 133 additions and 130 deletions

View File

@@ -5,7 +5,7 @@
<div class="center">
<span class="title">{{'viewItem' | i18n}}</span>
</div>
<div class="right">
<div class="right" *ngIf="cipher">
<button type="button" appBlurClick (click)="edit()" *ngIf="!cipher.isDeleted">{{'edit' | i18n}}</button>
</div>
</header>