open-vault/ui/app/templates/components/pgp-list.hbs
2018-04-03 09:16:57 -05:00

8 lines
202 B
Handlebars

{{#each listData as |key index|}}
{{pgp-file key=key index=index onChange=(action 'setKey')}}
{{else}}
<p class="has-text-grey">
Enter a number of Key Shares to enter PGP keys.
</p>
{{/each}}