hagrid-keyserver--hagrid/dist/templates/upload/upload-ok-multiple.html.hbs

16 lines
349 B
Handlebars
Raw Normal View History

2019-05-03 13:34:34 +00:00
{{#> layout }}
<p>
Your keys have been successfully uploaded:
</p>
<ul>
{{#each keys}}
<li><span class="fingerprint"><a href="{{key_link}}" target="_blank">{{key_fpr}}</a></span></li>
{{/each}}
</ul>
<p>
<strong>Note:</strong> To make keys searchable by address, you must upload them individually.
</p>
{{/layout}}