Updated sync

This commit is contained in:
2018-11-01 09:43:12 +09:00
parent dec90b056e
commit 3a33853c4a
3 changed files with 36 additions and 12 deletions

View File

@ -31,10 +31,7 @@ component QuoteCharacter(quote *arn.Quote, user *arn.User)
CharacterSmall(quote.Character(), user)
component QuoteTextPreview(quote *arn.Quote)
if len(quote.Text.English) > 170
blockquote!= utils.RenderQuoteText(quote.Text.English[:167] + "...")
else
blockquote!= utils.RenderQuoteText(quote.Text.English)
blockquote!= utils.RenderQuoteText(utils.CutLongDescription(quote.Text.English))
component QuoteFooter(quote *arn.Quote)
.quote-footer