mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
split model & card model tags
This commit is contained in:
parent
78a15ab652
commit
b956eff6b5
1 changed files with 2 additions and 2 deletions
|
@ -287,8 +287,8 @@ class CardStats(object):
|
|||
c.averageTime)
|
||||
self.addLine(_("Total Time"), _("%0.1f seconds") %
|
||||
c.reviewTime)
|
||||
self.addLine(_("Inherited Tags") + " "*3, canonifyTags(
|
||||
c.fact.model.tags + "," + c.cardModel.name))
|
||||
self.addLine(_("Model Tags") + " "*5, c.fact.model.tags)
|
||||
self.addLine(_("Card Model"), c.cardModel.name)
|
||||
self.txt += "</table>"
|
||||
return self.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue