mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-08 12:34:49 +00:00
7 lines
118 B
Handlebars
7 lines
118 B
Handlebars
<ol>
|
|
{{#each this.enuminfo as |enum|}}
|
|
<li value={{enum.value}}>
|
|
{{enum.name}}
|
|
</li>
|
|
{{/each}}
|
|
</ol> |