Prepare to use user language when displaying characters

This commit is contained in:
2018-04-22 16:12:00 +02:00
parent bec7ff76e7
commit e8c66f28ab
10 changed files with 61 additions and 25 deletions

View File

@ -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 != ""