Quotes cleanup

This commit is contained in:
2018-02-25 17:06:47 +01:00
parent fd9f25a0f3
commit dddb066b0d
6 changed files with 20 additions and 29 deletions

View File

@ -1,5 +1,5 @@
component Quote(quote *arn.Quote)
.quote.mountable(id=quote.ID)
.quote.mountable
QuoteContent(quote)
QuoteFooter(quote)
@ -19,4 +19,4 @@ component QuoteFooter(quote *arn.Quote)
span posted
span.utc-date(data-date=quote.Created)
span by
a.ajax(href=quote.Creator().Link())= quote.Creator().Nick + " "
a.ajax(href=quote.Creator().Link())= quote.Creator().Nick