1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

api actions on add/edit

This commit is contained in:
Kyle Spearrin
2018-01-31 12:52:12 -05:00
parent 619d3fd075
commit 1c41dfa196
12 changed files with 324 additions and 290 deletions

View File

@@ -231,5 +231,7 @@
</div>
</div>
<div class="footer">
<button appBlurClick (click)="edit()" title="{{'editItem' | i18n}}">{{'edit' | i18n}}</button>
<button appBlurClick class="primary" (click)="edit()" title="{{'edit' | i18n}}">
<i class="fa fa-pencil fa-fw fa-lg"></i>
</button>
</div>