zulip/static/templates/settings/dropdown_options_widget.hbs
Pragati Agrawal fad5c509ac settings_org: Extract the "options" code as template.
This is a preliminary commit for upcoming change where we will use
"bot_creation_policy_values" like approach for many other settings where
dropdown represents the only single setting of integer type.
2020-01-31 12:42:26 +05:30

4 lines
94 B
Handlebars

{{#each option_values}}
<option value='{{this.code}}'>{{this.description}}</option>
{{/each}}