1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

attachments modal

This commit is contained in:
Kyle Spearrin
2018-01-29 23:19:55 -05:00
parent 1995cee08d
commit 6316842a49
9 changed files with 213 additions and 29 deletions

View File

@@ -185,9 +185,10 @@
<label for="favorite">{{'favorite' | i18n}}</label>
<input id="favorite" type="checkbox" name="Favorite" [(ngModel)]="cipher.favorite">
</div>
<a class="box-content-row" href="#" appStopClick (click)="attachments()" *ngIf="editMode">
{{'attachments' | i18n}}
<i class="fa fa-chevron-right icon-right"></i>
<a class="box-content-row box-content-row-flex" href="#" appStopClick appBlurClick
(click)="attachments()" *ngIf="editMode">
<div class="row-main">{{'attachments' | i18n}}</div>
<i class="fa fa-chevron-right row-sub-icon"></i>
</a>
</div>
</div>