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/publish-result.html.hbs

11 lines
242 B
Handlebars
Raw Normal View History

2019-02-12 08:11:03 -05:00
{{#> layout}}
2019-02-22 15:34:48 -05:00
<div class="row">
{{#if verified }}
2019-04-25 17:39:15 -04:00
Key for <span class="email">{{ userid }}</span> published.
2019-02-22 15:34:48 -05:00
{{else}}
2019-02-22 17:38:31 -05:00
Verification failed! You can <a href="/upload">try uploading again</a>.
2019-02-22 15:34:48 -05:00
{{/if}}
</div>
2019-02-12 08:11:03 -05:00
{{/layout}}