Word prefetch errors differently

This commit is contained in:
Pavel Djundik 2018-02-23 13:47:55 +02:00 committed by GitHub
parent 5bac385a75
commit 3efd888727
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,12 @@
</em>
{{/equal}}
{{#equal error "message"}}
<em>There was an error when loading this image. <small class="prefetch-error">({{message}})</small></em>
<em>
There was an error loading preview for this link.
<a href="{{link}}" target="_blank" rel="noopener">Click here</a>
to open it in a new window.
<small class="prefetch-error">({{message}})</small>
</em>
{{/equal}}
{{/equal}}
</div>