Display unavailable quotes

This commit is contained in:
Zed
2019-07-04 04:38:23 +02:00
parent 8773fd901b
commit b708c78c42
4 changed files with 14 additions and 0 deletions

View File

@@ -119,6 +119,12 @@
#
#proc renderQuote(quote: Quote): string =
#let hasMedia = quote.thumb.len > 0 or quote.sensitive
#if not quote.available:
<div class="quote unavailable">
<div class="unavailable-quote">This tweet is unavailable</div>
</div>
#return
#end if
<div class="quote">
<div class="quote-container">
<a class="quote-link" href="${getLink(quote)}"></a>