mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Tweaked by tabbott to avoid accidentally disabling the linter for handlebars templates. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
10 lines
313 B
Handlebars
10 lines
313 B
Handlebars
<div id="config_edit_inputbox">
|
|
{{#each service.config_data}}
|
|
<div class="input-group">
|
|
<label for="embedded_bot_{{@key}}_edit">{{@key}}</label>
|
|
<input type="text" name="{{@key}}" id="embedded_bot_{{@key}}_edit"
|
|
maxlength=1000 value="{{this}}" />
|
|
</div>
|
|
{{/each}}
|
|
</div>
|