mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-06 09:29:12 +00:00
8 lines
119 B
Handlebars
8 lines
119 B
Handlebars
<ol>
|
|
{{#each this.enuminfo as |enum|}}
|
|
<li value={{enum.value}}>
|
|
{{enum.name}}
|
|
</li>
|
|
{{/each}}
|
|
</ol>
|