Prepare to use user language when displaying characters
This commit is contained in:
@ -9,7 +9,7 @@ component QuotePage(quote *arn.Quote, character *arn.Character, user *arn.User)
|
||||
|
||||
component QuoteMainColumn(quote *arn.Quote, user *arn.User)
|
||||
.widget-form.mountable
|
||||
QuoteContent(quote)
|
||||
QuoteContent(quote, user)
|
||||
|
||||
.footer.mountable
|
||||
if quote.EditedBy != ""
|
||||
|
Reference in New Issue
Block a user