From e75c4d9a34a3adae4536cb702b34ee9b49425f23 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 21 Apr 2018 20:20:09 +0200 Subject: [PATCH] Removed tooltip on quote dates --- mixins/Quote.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixins/Quote.pixy b/mixins/Quote.pixy index b0eb4eea..bbdbbf96 100644 --- a/mixins/Quote.pixy +++ b/mixins/Quote.pixy @@ -39,6 +39,6 @@ component QuoteTextPreview(quote *arn.Quote) component QuoteFooter(quote *arn.Quote) .quote-footer span posted - span.utc-date(data-date=quote.Created) + span.utc-date.no-tip(data-date=quote.Created) span by a(href=quote.Creator().Link())= quote.Creator().Nick