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

18 lines
408 B
Handlebars
Raw Normal View History

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