mirror of
https://github.com/bitwarden/browser
synced 2025-12-25 20:53:22 +00:00
Adding personal item cloning capability (#371)
This commit is contained in:
@@ -276,4 +276,7 @@
|
||||
<button appBlurClick class="primary" (click)="edit()" appA11yTitle="{{'edit' | i18n}}">
|
||||
<i class="fa fa-pencil fa-fw fa-lg" aria-hidden="true"></i>
|
||||
</button>
|
||||
<button appBlurClick class="primary" *ngIf="!cipher?.organizationId" (click)="clone()" appA11yTitle="{{'clone' | i18n}}">
|
||||
<i class="fa fa-clone fa-fw fa-lg" aria-hidden="true"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user