mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Tweaked by tabbott to avoid accidentally disabling the linter for handlebars templates. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
6 lines
262 B
Handlebars
6 lines
262 B
Handlebars
<div class="input-group" name="{{botname}}" id="{{botname}}_{{key}}">
|
|
<label for="{{botname}}_{{key}}_input">{{key}}</label>
|
|
<input type="text" name="{{key}}" id="{{botname}}_{{key}}_input"
|
|
maxlength=1000 placeholder="{{value}}" value="" />
|
|
</div>
|