title of translation parent when editing example translation

This commit is contained in:
2020-03-12 22:43:51 +01:00
parent 81f3b4336a
commit 3299a34226
4 changed files with 24 additions and 7 deletions

View File

@@ -81,6 +81,9 @@ class Example(Data):
h("div.example-translation", {}, View.view_translations(self.translations, self, model))]),
h("div.example-clusters",
{"style": {"display": clusters_display }}, show_toggle_cluster_buttons(sense, self))])])
def simple_view(self):
return self.inner.view(self.components)
def get_cluster(self):
return self.inner.get_cluster()