Enabling the use of choosing example cluster in modal and correct superscript
This commit is contained in:
@@ -121,7 +121,7 @@ class View:
|
||||
|
||||
example_content = []
|
||||
if cluster is not None:
|
||||
example_content.append(h("span.example-cluster", {}, str(cluster)))
|
||||
example_content.append(h("span.example-cluster", {}, NUM2STR[cluster]))
|
||||
|
||||
example_text_inner_tag = "span.example-text-{}".format(example.get_view_type())
|
||||
example_content.append(h(example_text_inner_tag, {}, example.text()))
|
||||
|
||||
Reference in New Issue
Block a user