Better view of example translations and add translation button.

This commit is contained in:
2020-01-26 12:42:32 +01:00
parent 932400a06c
commit 311e94c5a1
2 changed files with 13 additions and 5 deletions

View File

@@ -150,10 +150,7 @@ class View:
h(example_tag, {}, [
h("span.example-text", {"on": {"click": msg(ShowExampleMenu(example))} }, example_content),
h("div.example-translation-list", {}, [
h("div.example-translation", {}, [
h("span.example-arrow", {}, ""),
vt
]) for vt in View.view_translations(example.translations, example, model)])])])
h("div.example-translation", {}, View.view_translations(example.translations, example, model))])])])
@staticmethod
def view_translations(translations, parent, model):