Clusters now as multipledigit number, correct-er numbering and some removal
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", {}, NUM2STR[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