1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00
hagrid-keyserver--hagrid/dist/templates/upload/upload-ok-multiple.html.hbs
2019-06-04 16:12:35 +02:00

15 lines
349 B
Handlebars

{{#> 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}}